/*! normalize.css 2011-08-12T17:28 UTC http://github.com/necolas/normalize.css */
/* =============================================================================
HTML5 display definitions
========================================================================== */
/* Corrects block display not defined in IE6/7/8/9 & FF3*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
/* Corrects inline-block display not defined in IE6/7/8/9 & FF3*/
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* Prevents modern browsers from displaying 'audio' without controls*/
audio:not([controls]) { display: none }
/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
* Known issue: no IE6 support*/
[hidden] { display: none }
/* =============================================================================
Base
========================================================================== */
/* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
* http://clagnut.com/blog/348/#c790
* 2. Keeps page centred in all browsers regardless of content height
* 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/*/
html { font-size: 100%; /* 1 */ overflow-y: scroll; /* 2 */ -webkit-text-size-adjust: 100%; /* 3 */ -ms-text-size-adjust: 100%; /* 3 */ }
/* Addresses margins handled incorrectly in IE6/7*/
body { margin: 0 }
/* Addresses font-family inconsistency between 'textarea' and other form elements.*/
body, button, input, select, textarea { font-family: "proxima-nova",sans-serif }
/* =============================================================================
Links
========================================================================== */
a { color: #0077ff; outline:0; }
a:visited { color: #0077ff }
/* Addresses outline displayed oddly in Chrome*/
a:focus { outline: 0 }
/* Improves readability when focused and also mouse hovered in all browsers
* people.opera.com/patrickl/experiments/keyboard/test*/
a:hover, a:active { outline: 0; }
input[type="text"], input[type="password"], textarea {
    outline: none;
}
/* =============================================================================
Typography
========================================================================== */
/* Addresses styling not present in IE7/8/9, S5, Chrome*/
abbr[title] { border-bottom: 1px dotted }
/* Addresses style set to 'bolder' in FF3/4, S4/5, Chrome*/
b, strong { font-weight: bold }
blockquote { margin: 1em 40px }
/* Addresses styling not present in S5, Chrome*/
dfn { font-style: italic }
/* Addresses styling not present in IE6/7/8/9*/
mark { background: #ff0; color: #000; }
/* Corrects font family set oddly in IE6, S4/5, Chrome
* en.wikipedia.org/wiki/User:Davidgothberg/Test59*/
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improves readability of pre-formatted text in all browsers*/
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
/* 1. Addresses CSS quotes not supported in IE6/7
* 2. Addresses quote property not supported in S4*/
/* 1 */
q { quotes: none }
/* 2 */
q:before, q:after { content: ''; content: none; }
small { font-size: 75% }
/* Prevents sub and sup affecting line-height in all browsers
* gist.github.com/413930*/
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em }
sub { bottom: -0.25em }
/* =============================================================================
Lists
========================================================================== */
ul, ol { margin: 0; padding: 0 0 0 16px; }
dd { margin: 0 0 0 40px }
nav ul, nav ol { list-style: none; list-style-image: none; }
/* =============================================================================
Embedded content
========================================================================== */
/* 1. Removes border when inside 'a' element in IE6/7/8/9
* 2. Improves image quality when scaled in IE7
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/*/
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }
/* Corrects overflow displayed oddly in IE9*/
svg:not(:root) { overflow: hidden }
/* =============================================================================
Figures
========================================================================== */
/* Addresses margin not present in IE6/7/8/9, S5, O11*/
figure { margin: 0 }
/* =============================================================================
Forms
========================================================================== */
/* Corrects margin displayed oddly in IE6/7*/
form { margin: 0 }
/* Define consistent margin and padding*/
fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
/* 1. Corrects color not being inherited in IE6/7/8/9
* 2. Corrects alignment displayed oddly in IE6/7*/
legend { border: 0; /* 1 */: ; *margin-left: -7px; /* 2 */ }
/* 1. Corrects font size not being inherited in all browsers
* 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
* 3. Improves appearance and consistency in all browsers*/
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */: ; *vertical-align: middle; /* 3 */ }
/* 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
* 2. Corrects inner spacing displayed oddly in IE6/7*/
button, input { line-height: normal; /* 1 */: ; *overflow: visible; /* 2 */ }
/* Corrects overlap and whitespace issue for buttons and inputs in IE6/7
* Known issue: reintroduces inner spacing*/
table button, table input { *overflow: auto }
/* 1. Improves usability and consistency of cursor style between image-type 'input' and others
* 2. Corrects inability to style clickable 'input' types in iOS*/
button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */ }
/* 1. Addresses box sizing set to content-box in IE8/9
* 2. Addresses excess padding in IE8/9*/
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
/* 1. Addresses appearance set to searchfield in S5, Chrome
* 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)*/
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
/* Corrects inner padding displayed oddly in S5, Chrome on OSX*/
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none }
/* Corrects inner padding and border displayed oddly in FF3/4
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/*/
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* 1. Removes default vertical scrollbar in IE6/7/8/9
* 2. Improves readability and alignment in all browsers*/
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }
/* =============================================================================
Tables
========================================================================== */
/* Remove most spacing between table cells*/
table { border-collapse: collapse; border-spacing: 0; }


/***** Custom Styles *****/
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix {
    zoom: 1;
    /*  Added by LD 4/10
        before and after selectors aren't IE7 compatible. Need to clear both.
    */
    clear:both;
}
/* clearfixes aren't always blank divs. If they are, they should use blank class */
.clearfix.blank {
    height:0px;
}
/*
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
/*
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* @license
 * MyFonts Webfont Build ID 1571672, 2011-11-21T08:20:55-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Zurich Bold Italic by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/zurich/bold-italic/
 *
 * Webfont: Zurich by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/zurich/zurich/
 *
 * Webfont: Zurich Bold by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/zurich/bold/
 *
 * Webfont: Zurich Italic by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/zurich/italic/
 *
 * Webfont: Zurich Black by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/zurich/black/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1571672
 * Licensed pageviews: unlimited
 * Webfonts copyright: Copyright 1990-2005 Bitstream Inc.  All rights reserved.
 *
 * 2011 Bitstream Inc
*/


/*
 Commented out for reskin.  New font will be used: Proxima Nova (typekit).
 @font-face {font-family: 'ZurichBTWGL4-BoldItalic';src: url('fonts/17FB58_0.eot');src: url('fonts/17FB58_0.eot?#iefix') format('embedded-opentype'),url('fonts/17FB58_0.woff') format('woff'),url('fonts/17FB58_0.ttf') format('truetype');}
 @font-face {font-family: 'ZurichBTWGL4-Roman';src: url('fonts/17FB58_1.eot');src: url('fonts/17FB58_1.eot?#iefix') format('embedded-opentype'),url('fonts/17FB58_1.woff') format('woff'),url('fonts/17FB58_1.ttf') format('truetype');}
 @font-face {font-family: 'ZurichBTWGL4-Bold';src: url('fonts/17FB58_2.eot');src: url('fonts/17FB58_2.eot?#iefix') format('embedded-opentype'),url('fonts/17FB58_2.woff') format('woff'),url('fonts/17FB58_2.ttf') format('truetype');}
 @font-face {font-family: 'ZurichBTWGL4-Italic';src: url('fonts/17FB58_3.eot');src: url('fonts/17FB58_3.eot?#iefix') format('embedded-opentype'),url('fonts/17FB58_3.woff') format('woff'),url('fonts/17FB58_3.ttf') format('truetype');}
 @font-face {font-family: 'ZurichBTWGL4-Black';src: url('fonts/17FB58_4.eot');src: url('fonts/17FB58_4.eot?#iefix') format('embedded-opentype'),url('fonts/17FB58_4.woff') format('woff'),url('fonts/17FB58_4.ttf') format('truetype');}
*/

/* icon font */
@font-face {
  font-family: 'zebra-icons-141';
  src: url('fonts/zebra-icons.eot');
  src: url("fonts/zebra-icons.eot?#iefix") format("embedded-opentype"), url('fonts/zebra-icons.woff') format('woff'), url('fonts/zebra-icons.ttf') format('truetype'), url('fonts/zebra-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* styles that use icons */
.blue-arrow:after,
.product-item-container .view-details:after,
.open-list-window:after,
.full-video__text-box a:after,
.widget-container ul.accordion li.expander:after,
.widget-container ul li.expander.active:after,
.widget-header-blue-arrow-down:after,
.widget-header-blue-arrow-side:after,
.consolidated-show-more:after,
.consolidated-show-less:after
{
  font-family: 'zebra-icons-141';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blue-arrow:after, .product-item-container .view-details:after, .full-video__text-box a:after {
    content: "\e616";
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
h2 .blue-arrow:after {
    font-size: 16px;
    top: -1px;
}
h3 .blue-arrow:after {
    font-size: 14px;
    top: 0;
}
.full-video__text-box a:after {
    font-size: 10px;
}
.open-list-window:after {
    content: "\e607";
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.widget-container ul.accordion li.expander:after {
    content: "\e616";
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 0px;
}
.widget-container ul li.expander.active:after {
    content: "\e607";
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 0px;
}

/* ======= */

body {
    background: #fff;
    font-family:"proxima-nova",Arial, sans-serif;
    font-size:14px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #5c5e60;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    line-height: 1.2;
}
h1 {
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h2 {
    font-weight: 600;
    color: #000000;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h3 {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h4 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h5 { font-size:14px;
    color:#5c5e60;
}
h6 { font-size:10px;
    color:#5c5e60;
}
p {
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}
li {
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* General Blue Linkage */
a {
    text-decoration:none;
    font-weight: 600;
    color:#0077ff;
}
a:visited  { color:#0077ff; }
a:hover    { color:#A6ADB2; }

hr {
    border-style: solid;
    color: #e5e8e8;
}

.blue-arrow {
    color: #0077ff;
}
.blue-arrow:hover, .blue-arrow a:hover {
    color: #A6ADB2;
}
.blue-more {
    background:url(../images/bg-arrow-blue-down.png) no-repeat right;
    padding-right:12px;
}
/* General Gray Linkage */
.page-actions a {
    color:#5e5e5e;
}
.page-actions a:visited {
    color:#86b0e7;
}
.page-actions a:hover {
    color:#0077ff;
}

/* List styles */
.horizontal-list {
    margin:0;
    padding:0;
    list-style:none;
}
.horizontal-list li {
    float:left;
}

ul.list-nostyle {
    margin:0;
    padding:0;
    list-style:none;
}
.list-nostyle li {
    padding:0 0 5px 0;
    margin:0;
}
.list-blue-arrows {
    list-style:none;
    padding:0;
}
.list-blue-arrows li {
    list-style:none;
    padding:0;
    margin-bottom:4px;
}
.list-blue-arrows li a {
    background:url(../images/bg-link-arrow-blue.png) no-repeat right;
    padding-right:15px;
}


.wrapper { }

/* Header */
.header {
    z-index:1000;
    background: #fff url(../images/bg-nav-body.png) repeat-x;
    height: 196px;
    position:relative;
    width:100%;
    min-width:1024px;
}
.header-container {
    margin:0 auto;
    width:1024px;
    position:relative;
    z-index:2;
}
.header-container a:hover { text-decoration:none; }

.header-simple {
    z-index: 1000;
    background: #000;
    height: 80px;
    position: relative;
    width: 100%;
    min-width: inherit;
    border-bottom: 2px solid #a6adb2;
}

.homepageNote {
  display: none;
  background: #e37b49;
  min-height: 74px;
  border-bottom: 1px solid #000;
}

.homepageNote > div {
    position: relative;
    display: table;
    width: 1024px;
    margin: 0 auto;
    height: 75px;
}

.homepageNote p {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 1.1em;
    margin: 0;
    padding-right: 50px;
}

.homepageNote .hideNote {
    position: absolute;
    top: 12px;
    right: 20px;
}

/* Top Black Login / Country Row */
.login-country-bar {
    color:#fff;
    height:40px;
    line-height:40px;
    z-index: 100;
    position: relative;
    margin-top: 0;
    font-size: 12px;
}
.login-country-bar a {
    color:#fee000;
    letter-spacing: 1px;
     -webkit-transition: all 0.5s; transition: all 0.5s;
}
.login-bar a.partner-login {
    padding-left:5px;
}
.login-country-bar a:hover,
.login-country-bar .active {
    /*color:#fff;*/
}

/* Left Login Area */
.login-bar {
    position:absolute;
    left:0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fee000;
}
.my-zebra {
    display:inline-block;
    position:relative;
    padding-right:5px;
    /* for IE 7 */
    zoom:1;
    *display:inline;
}

/* Right Select Country Area */
.select-country {
    position:absolute;
    right:0;
    text-align:right;
}
.country-selected {
    padding-left:50px;
    display:inline-block;
    letter-spacing: 1px;
    font-weight: 300;
    /* for IE 7 */
    zoom:1;
    *display:inline;
}
.change-country {
    padding:0 12px 0 10px;
    display:inline-block;
    background:url(../images/bg-arrow-white.png) no-repeat 100% 50%;
    position:relative;
    /* for IE 7 */
    zoom:1;
    *display:inline;
    color: #fee000;
    display: none;
}
.change-country-btn {
    cursor: pointer;
}
.change-country-btn:hover {
    color:#fff;
}

/* Dropdown Menus for both Login & Country */
.header-dropdown {
    display:none;
    background:#ffffff;
    position:absolute;
    top:40px;
    z-index:2000;
    min-height:100px;
    font:normal 14px "proxima-nova",Arial, Helvetica, sans-serif;
    text-align:left;
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    border: solid 1px rgba(0,0,0,0.1);
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 20px;
}
.header-dropdown h6 {
    font-size:14px;
    color:#000000;
    padding:0;
    margin:0 0 10px 0;
}
.header-dropdown a {
    color:#0077ff;
    -webkit-transition: all 0.5s; transition: all 0.5s;
}
.header-dropdown a:hover {
    opacity: 0.6;
}
.change-country:hover>.header-dropdown,
.my-zebra:hover>.header-dropdown {
    display:block;
}
/* Country */
.header-dropdown.country {
    width:645px;
    right: 0;
}
.country .leftcol {
    float:left;
    width:260px;
    padding:15px 0 0 20px;
}
.country .rightcol {
    float:right;
    width:340px;
    padding:15px 20px 0 0;
}
.country ul {
    margin:0 0 20px 0;
    padding:0;
    list-style:none;
}
.country li {
    padding: 0 0 5px 0;
    margin-bottom: 0;
}
.country li a {
    height:20px;
    line-height:20px;
    display:block;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.country li a span {
    color:#000000;
    font-size: 14px;
    font-weight: normal;
}
/* Flag */
.country li img {
    float:left;
    padding: 3px 5px 0 0;
    width: 15px;
}

/* 'My Zebra' Login Dropdown */
.header-dropdown.my-zebra-login {
    width:330px;
    min-height:165px;
    left:-10px;
}
.my-zebra-login p {
    padding:2px 0;
    line-height:12px;
}
.my-zebra-login .leftcol {
    float:left;
    padding:15px 10px 10px 10px;
    background:url(../images/bg-divider.png) repeat-y right;
    width:170px;
}
.my-zebra-login .rightcol {
    float:right;
    padding:15px 10px 10px 10px;
    width:120px;
}
.my-zebra-login .leftcol h6 {
    margin-top:10px;
}
.my-zebra-login .leftcol h6:first-child {
    margin-top:0px;
}
.my-zebra-login .rightcol h6 {
    margin-bottom:20px;
}
.my-zebra-login .textbox {
    width:144px;
    padding:2px;
}
/* Submit btn / checkbox Row */
.my-zebra-login .btn-row {
    margin-top:10px;
}
.my-zebra-login .submit-btn {
    float:left;
}
.btn-row .checkbox-row {
    margin-top:3px;
    float:left;
}
.checkbox-row .checkbox {
    float:left;
    margin:2px 5px 2px 0;
}
.checkbox-row .text {
    float:left;
    width:50px;
    line-height:10px;
}


/* Hanging Zebra Logo */
.logo {
    position: absolute;
    left: 0;
    top: 67px;
    background: none;
    width:90px;
    z-index:50;
}

.logo a {
    display: block;
}

.logo-simple {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 50;
    width: 155px;
}

/* Main Navigation */
.nav {
    position: absolute;
    top: 141px;
    left: 93px;
}

.nav > ul > li > a {
    display:block;
    color:#000;
    padding: 10px 10px 30px 10px;
    font-weight: 700;
    margin: 0 10px;
    position:relative;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: opacity 0.5s; transition: opacity 0.5s;
}
.nav > ul > li > a:hover {
    opacity: 0.6;
}

/*.nav > ul > li > a.twoline {*/
    /*display:block;*/
    /*color:#000;*/
    /*padding:15px 10px 0 20px;*/
    /*font-weight:bold;*/
    /*height:40px;*/
    /*margin:0 2px 0 5px;*/
    /*background:url(../images/bg-nav.png) 3px -7px;*/
    /*position:relative;*/

/*}*/

/*.nav > ul > li > a.hover.twoline {*/
    /*background-position:3px -63px;*/
/*}*/

/* Reskin */
.nav > ul > li {
    height : 53px;
}
.nav > ul > li:hover {
    border-bottom : 2px solid #fee100;
}


.main-nav-dropdown-container {
    display:none;
    background: transparent;
    position:absolute;
    top:55px;
    left:-120px;
    z-index:40;
    width:1000px;
    min-height:110px;
    padding: 30px 20px 0 20px;
    border-bottom: 1px solid #e5e8e8;
}
.main-nav-dropdown-bg {
    display: none;
    background: #e5e8e8;
    position: absolute;
    top: 196px;
    left: 0;
    z-index: 1;
    height: auto;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 2px solid #A6ADB2;
}
.main-nav-dropdown-container .content-col {
    float:left;
    width: 220px;
    margin-left: 20px;
}
.main-nav-dropdown-container .nav-featured-container{
    float: left;
    width: 230px;
    margin: 0 0px 15px 30px;
    display: none;
}
.main-nav-dropdown-container .nav-featured {
    border-radius:8px;
    width:210px;
    padding:10px;
    margin-top:10px;
    position:relative;
    background: #A6ADB2;
}
.main-nav-dropdown-container .dropdown-col-container{
    float: left;
    padding-top: 10px;
}
.tagNavigation .expander > a {
    color: #000;
    font-weight: 600;
}
.get-started-btn-container{
    float:right;
    margin-top:5px;
}
a.get-started-btn-container .get-started-btn-piece {
    color:#44381f;
    font-weight:bold;
}
a.get-started-btn-container .get-started-btn-piece:hover {
    color:#0077ff;
}
.get-started-btn-piece {
    float:left;
    height:22px;
    line-height:22px;
    color:#44381f;
}
.get-started-btn-piece.left-end {
    background:url(../images/btn-get-started-bg-left.png) no-repeat;
    width:20px;
}
.get-started-btn-piece.middle {
    background:url(../images/btn-get-started-bg-mid.png) repeat-x;
}
.get-started-btn-piece.right-end {
    background:url(../images/btn-get-started-bg-right.png) no-repeat;
    width:20px;
}

.main-nav-dropdown-container .content-col p {
    color:#d0e2ff;
    line-height:14px;
}
.main-nav-dropdown-container h5 {
    color:#000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.main-nav-dropdown-container .content-col ul {
    margin:0;
    padding:0;
    list-style:none;
}
.main-nav-dropdown-container .content-col li {
    float:none;
    padding:0 0 8px 0;
    margin-bottom: 0;
}
.main-nav-dropdown-container .content-col li a {
    color : #5d656b;
    padding-right:10px;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: opacity 0.5s; transition: opacity 0.5s;
    letter-spacing: 2px;
}
.main-nav-dropdown-container .content-col li a:hover {
    opacity: 0.6;
}
.ie7 .main-nav-dropdown-container .content-col li a, .ie8 .main-nav-dropdown-container .content-col li a {
    color:#5d656b;
    background:#fff;
    padding-right:6px;
}
.ie7 .main-nav-dropdown-container .content-col li img, .ie8 .main-nav-dropdown-container .content-col li img {
    margin-left: -4px;
}

.ie8 .main-nav-dropdown-container .content-col li a{
    background : none !important;
}
.ie8 .main-nav-dropdown-container .content-col li img{
    display: none;
}

.main-nav-dropdown-container .content-col li a:hover {

}
.main-nav-dropdown-container .partners-logo-container {
    background:url(../images/bg-megadrop-partners-logo.png) repeat-x top;
    padding: 12px 5px;
}


/* Search Box */
.search-container {
    position:relative;
    width: 257px;
    float: right;
    margin-top: 44px;
    z-index:50;
    border-bottom: 2px solid #e5e8e8;
    padding: 3px;
}
.search-input, .search-input-container--input {
    width:250px;
    height:23px;
    line-height:23px;
    border:0;
    padding:0;
    margin:0;
    color:#5d656b;
    font-size:13px;
    outline: none;
}
.search-submit-btn, .search-header-input-container__search-submit-button {
    position:absolute;
    right:0px;
    top:1px;
    background: url(../images/search@2x.png) no-repeat;
    background-size: 22px;
    border:0;
    width:22px;
    height:21px;
}

.ie8 .search-submit-btn, .ie8 .search-input-container__search-submit-button{
    top:1px;
    background: url(../images/search.png) no-repeat;
}


/* Main Content Container */
.main-content-wrapper{
    margin: 0 auto;
    min-height: 365px;
    padding: 0;
    position: relative;
    width: 1124px;
}
.main-content-container {
    z-index:100;
    margin:0 auto;
    width:1024px;
    min-height:285px;
    padding:50px 30px 30px 30px;
    position:relative;
}



/* Breadcrumb / Print Container */
.breadcrumb-page-actions-container {
    font-size:12px;
    margin:10px 0;
    letter-spacing: 1px;
    font-weight: 400;
}
.breadcrumb {
    float:left;
}
.breadcrumb a, .breadcrumb a:visited {
    color: #a6adb2;
    font-weight: 400;
    letter-spacing: 1px;
}
.page-actions {
    float:right;
    display: none;
}
a.print-icon,
a.share-icon,
a.save-icon {
    padding:2px 10px 2px 20px;
    margin-left:5px;
}
a.print-icon { background:url(../images/icon-print.png) no-repeat left; }
a.share-icon { background:url(../images/icon-share.png) no-repeat left; }
a.save-icon { background:url(../images/icon-save.png) no-repeat left; padding-left:23px; }

/* social container */
ul.page-actions, .page-actions ul, .page-actions li { padding: 0; margin: 0; list-style-type: none; list-style-image: none; }
ul.page-actions { margin-top: -10px; position: relative; z-index: 999; }
ul.page-actions a.print-icon,
ul.page-actions a.share-icon,
ul.page-actions a.save-icon {
    display: block;
    line-height: 22px;
}
.page-actions > li { float: left; }
.share-drop { position: relative; }
.share-drop:hover a.share-icon {
    background-color: #437cc7;
    background-image: url(../images/icon-share-on.png);
    color: #fff;
    -webkit-border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.36); -moz-box-shadow: 0 3px 2px rgba(0,0,0,0.36); box-shadow: 0 3px 2px rgba(0,0,0,0.36);
}
.share-drop a.share-icon { padding-left: 28px; background-position: 8px center; }
.share-drop > ul {
    position: absolute;
    display: none;
    padding: 5px 0;
    margin: 0 0 0 5px;
    background: #174878 url(../images/bg-share-drop.png) left top repeat-x;
    -webkit-border-radius: 0 8px 8px 8px; -moz-border-radius: 0 8px 8px 8px; border-radius: 0 8px 8px 8px;
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.36); -moz-box-shadow: 0 3px 2px rgba(0,0,0,0.36); box-shadow: 0 3px 2px rgba(0,0,0,0.36);
}
.share-drop:hover > ul { display: block; }
.share-drop > ul > li > a {
    display: block;
    padding: 5px 9px 5px 37px;
    line-height: 16px;
}
.share-drop > ul > li > a, .share-drop > ul > li > a:visited { color: #fff; }
.share-drop > ul > li > a:hover { color: #fc3; }
.share-email { background: url(../images/share-email.png) 9px center no-repeat; }
.share-twitter { background: url(../images/share-twitter.png) 9px center no-repeat; }
.share-linkedin { background: url(../images/share-linkedin.png) 9px center no-repeat; }
.share-facebook { background: url(../images/share-facebook.png) 9px center no-repeat; }
/* end social container */



/* Main Content Columns */
.content-container {
    margin-top:30px;
}
.content-col {
    float:left;
    margin-bottom:15px;
}
.content-col.fullpage {
    width:1024px;
}
.content-col.left-body {
    width:700px;
}
.content-col.right-body {
    width:735px;
    float:right;
    position:relative;
}
.content-col.left-rail {
    width:245px;
    margin-right:30px;
}
.content-col.middle {
    width:510px;
}
.content-col.right-rail {
    width:200px;
    float:right;
}
.content-col.right-rail .widget-content p, .content-col.left-rail .widget-content p {
    font-size: 12px;
}
.content-col.right-rail .widget-content .blue-arrow:after {
    font-size: 9px;
    top: 0;
    margin-left: 2px;
}

.middle img {
    max-width:530px;
}

@media only screen and (max-device-width: 480px) {

    .content-col.middle {
        width:100%;
    }
    .content-col.right-rail {
        width:100%;
    }

}



/* Sub Content Columns */
.content-col.subcontent-full {
    width:735px;
}
.content-col.subcontent {
    width:510px;
}
.content-col.subcontent-right-rail {
    width:180px;
    float:right;
    margin-right:20px;
}
.positioned-button-container {
    position:absolute;
    top:0;
    right:30px;
    width:150px;
}
.main-content-description {
    width:500px;
    margin-bottom:10px;
}


/* Body Content Block 'windows' */
.content-block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e5e8e8;
    /*border-radius: 4px 4px 0 0;*/
    margin-top: 30px;
}
.content-block:first-child {
    margin-top:0;
}
.content-block.no-style {
    border:0;
    background:none;
    margin:0;
}
.content-block .btm-gradient {
    background: url("../images/bg-sidebar-btn-gray.png") repeat-x scroll center bottom transparent;
    border-top: 1px solid #EDEDED;
    padding: 5px 20px;
}
.content-block .content-block-header {
    background: #e5e8e8;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 10px;
    color:##5c5e60;
}
.content-block-content {
    padding:15px;
}
.content-block-subhead-container {
    background: #E5E8E8;
    padding:7px 15px;
    font:normal 14px "proxima-nova",Arial, Helvetica, sans-serif;
    color:#5D656B;
    padding:10px 15px;
    line-height:1.8;
    text-transform: uppercase;
}
.content-block-subhead-container .left-divider {
    padding-left:15px;
    background:url(../images/bg-subhead-divider.png) left repeat-y;
}
.content-block-section-row, .content-block-section-row-container {
    border-top:1px solid #cdcdcd;
    margin:15px;
    padding-top:15px;
}
.content-block-section-row-container {
    border-top:0;
}
.content-block-section-row:first-child, .content-block-section-row-container:first-child {
    border-top:0;
}
.content-block-btm{
    margin: 10px 0;
}
.content-block.no-top-margin {
    margin-top:0;
}



/* Left & Right Rail Widgets */
.widget-container {
    margin-bottom: 20px;
    margin-top: 20px;
    background:#fff;
    border:1px solid #e5e8e8;
}
/*.widget-container:first-child {
    margin-top:0;
}*/
.widget-container .widget-header {
    padding: 15px 10px;
    margin: 0;
    background: #e5e8e8;
    color: #5c5e60 ;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
}
.left-rail .widget-container .widget-header, .right-rail .widget-container .widget-header {
    background: #a6adb2;
    font-size: 12px;
    color: #fff;
}

.widget-container ul {
    margin:0;
    padding:0;
    list-style: none;
}
.widget-container a {
    color: #0077ff;
}

.right-rail .widget-container a {
    font-weight: normal;
}
.widget-container ul.accordion {
    display: none;
}
.widget-header-blue-arrow-down, .widget-header-blue-arrow-side {
    position: relative;
    display: block;
    padding: 0 10px 0 0;
}
.widget-header-blue-arrow-side:after {
    content: "\e616";
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 0px;
}
.widget-header-blue-arrow-down:after {
    content: "\e607";
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 0px;
}

.widget-container ul.accordion li.expander {
    color:#000;
    font-size:12px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px;
    display:block;
    cursor: pointer;
    position: relative;
    letter-spacing: 2px;
}
.widget-container ul.accordion li.expander ul{
    cursor: default;
    margin-top: 5px;
    list-style:none;
}
.widget-container ul.accordion>li.expander {
    border-bottom:1px solid #e5e8e8;
}

.widget-container ul.accordion li li {
    font-size: 10px;
    line-height: 18px;
}
.widget-container ul li.expander.active {

}
.widget-container ul>ul {
    margin-top: 4px;
    margin-left:1px;
}
.widget-container ul.accordion li ul li {
    padding-left:10px;
}
ul.accordion-consolidated-related {
    margin-top: 10px;
}
ul.accordion-consolidated-related li.link {
    padding: 0 10px;
}
ul.accordion li.link a,
ul.accordion-consolidated-related li.link a {
    color:#a6adb2;
    font-size: 10px;
    font-weight: 300;
    zoom:1;
    /* padding-left: 10px; */
}

ul.accordion li.active > a{
    font-weight: 600;
}
ul.accordion li.expander.active a:hover,
ul.accordion-consolidated-related li.link a:hover {
    opacity: 0.6;
}
ul.accordion li {
    padding: 2px 0 2px 20px;
    background: none;
}
ul.accordion li.link {
    padding: 0 0 5px 0px;
}
ul.accordion-consolidated-related li.link {
    padding: 0 0 0 10px;
}
ul.accordion li.link:first-child,
ul.accordion-consolidated-related li.link:first-child {
    /*padding-top: 5px;*/
}


.widget-container .btm-gradient {
    background: url("../images/bg-sidebar-btn-gray.png") repeat-x scroll center bottom transparent;
    border-top: 1px solid #EDEDED;
    padding: 5px 20px;
}

.widget-subhead {
    background:url(../images/bg-sidebar-btn-gray.png) repeat-x bottom;
    padding:7px 15px;
    font:bold 14px "proxima-nova",Arial, Helvetica, sans-serif;
    color:#0077ff;
    border-radius:4px 4px 0 0;
}
.view-more-spacing-link {
    margin-top:15px;
}

/* reskin additions */

/* left nav no border */
.tagNavigation .widget-container {
    border: none;
    margin-bottom: 40px;
    margin-top: 7px;
}
/* left nav hide header */
.tagNavigation .widget-container .widget-header {
    background: #5d656b;
    color: #5d656b; /* hack */
    font-size: 1px; /* hack */
    height: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}
/* left nav transform to uppercase, add margin */
.tagNavigation .widget-container ul.accordion li {
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 0;
    letter-spacing: 2px;
}


/* Content Area */

/* Menu Widgets */
.menu-widget-container { }
.menu-widget-container.supplies-category {
    margin-top:20px;
}
.menu-widget-container.extended {
    /*width:550px;*/
    width:600px;
    margin-bottom:30px;
}
.menu-widget-container.accessories-category {
    margin-bottom:30px;
}
.menu-widget {
    border:1px solid #dedede;
    float:left;
    margin-left:25px;
    min-width:180px;
    max-width:215px;
    border-radius:4px 4px 0 0;
    background:#fff;
}
.menu-widget:first-child { margin-left:0; }
.menu-widget.select-printer {
    max-width:250px;
}
.menu-widget-subhead {
    background:url(../images/bg-sidebar-btn-gray.png) repeat-x bottom;
    padding:7px 15px;
    font:bold 14px "proxima-nova",Arial, Helvetica, sans-serif;
    color:#0077ff;
    border-radius:4px 4px 0 0;
}
.menu-widget-content {
    padding:15px;
}
.menu-widget ul {
    list-style:none;
    padding:0;
    margin:0 0 10px 0;
}
.menu-widget li {
    margin-bottom:2px;
}
.menu-widget input[type=checkbox] {
    margin-right:7px;
}
.or-container {
    float:left;
    width:50px;
    margin:20px 0 0 20px;
    text-align:center;
}



/* Header for Product Listing | Product Groups */
.select-filters-container {
    margin:20px 0;
}
.selected-filters-header-container {
    position:relative;
    min-height:20px;
}
.selected-filters-header-container a {
    font-weight:bold;
    cursor:pointer;
}
.selected-filters-header {
    color:#5c5e60;
    font-weight: 700;
    font-size: 16px;
    padding-right:5px;
}
.pagination {
    text-align:right;
    font-size: 12px;
}
.pagination a {
    padding:0 4px;
    font-weight:normal;
    cursor:pointer;
}
.pagination .current-page {
    padding: 0 4px;
}
.selected-filters-results {
    margin:10px 0 0;
    /*min-height:20px;*/
    position:relative;
}
.selected-filters-results .total-results { padding-top: 5px;}


/* Product Group */
.content-block.product-group {
    margin-top:15px;
}
.content-block-subhead-container .accessories {
    float:left;
    width:450px;
}
.content-block-subhead-container .printers {
    float:right;
    width:190px;
}
.product-group-image {
    width:112px;
    float:left;
    padding-right:20px;
}
.product-group-image img {
    border:1px solid #cdcdcd;
}
.product-group-item-container {
    float:left;
    width:330px;
}
.product-description {
    font:normal 18px "proxima-nova",Helvetica, sans-serif;
    text-transform: uppercase;
}
.product-group-related-items {
    float:right;
    width:180px;
    padding-left:20px;
    z-index:10px;
}
.product-group-related-items .item-title {
    margin-bottom:7px;
}

.all-expand-container {
    position:relative;
}
.pop-up-list-container {
    width:190px;
    border:1px solid #ccc;
    padding:10px;
    top:-7px;
    left:-10px;
    background:#fff;
    z-index:1000;
    position:absolute;
    display:none;
}
.pop-up-list-container .close-x {
    position:absolute;
    top:10px;
    right:10px;
}
.pop-up-list-container ul {
    margin-top:10px;
}
.open-list-window {
    /*background:url(../images/bg-arrow-blue-down.png) no-repeat right;
    padding-right:13px;*/
}
.make-equal-heights {}



/* Press Releases */
.content-block.press-releases ul {
    list-style:none;
    margin:0;
    padding:0;
}
.content-block.press-releases li {
    border-top:1px solid #cdcdcd;
    margin:15px;
    padding-top:15px;
}
.content-block.press-releases li:first-child {
    border:none;
    padding-top:0;
}
.press-release-section {
    float:left;
    width:320px;
}
.press-release-section p {
    padding-bottom:3px;
}
.press-release-section h2 {
    padding-bottom:3px;
}
.press-release-image {
    float:left;
    margin-right:20px;
}
.article-date {
    font-style:italic;
}
.press-release-body{
    clear: both;
}
.press-release-body p{
    padding-bottom: 10px;
}


/* Press Release Archives */
.content-col.right-body.press-release-archives {
    position:relative;
}
.filter-by-container {
    margin: 10px 0 0 5px;
}
.filter-by-container .filter-col {
    float:left;
    margin-left:20px;
}
.filter-by-container .filter-col:first-child {
    margin-left:0;
}
.filter-col.blue-bold {
    font: bold 14px "proxima-nova",Arial,Helvetica,sans-serif;
    color:#0077ff;
    line-height:44px;
}
.filter-by-container select {
    padding:0 10px;
    margin-left:10px;
}
.content-block-subhead-container .date {
    float:left;
    width:110px;
}
.content-block-subhead-container .story {
    float:left;
    width:385px;
}
.content-block-subhead-container .region {
    float:left;
    width:130px;
}
.content-block-subhead-container .date a,
.content-block-subhead-container .story a,
.content-block-subhead-container .region a {
    background:url(../images/bg-arrow-blue.png) no-repeat right;
    padding-right:15px;
    padding-bottom:2px;
    color:#0077ff;
}
.press-release-archive-list-container { }
.pr-list-row { }
.pr-list-row.highlight {
    background:#f6f6f6;
}
.pr-list-col {
    float:left;
    padding:8px 15px;
}
.pr-list-row .date {
    width:95px;
}
.pr-list-row .story {
    width:370px;
}
.pr-list-row .region {
    width:120px;
}
/* Table and Table Sorter */
.table table{
    border: none;
    border-color: transparent;
    border-bottom: 2px solid #A6ADB2;
}
.table th {
    background: rgba(198, 202, 204, 0.5);
    border-radius: 0;
    color: #5c5e60;
    text-transform: uppercase;
    padding: 10px;
    height:33px;
    text-align:left;
    line-height: 16px;
    border: none;
    border-color: transparent;
}
.tablesorter-header th{
    background: url("../images/bg-widget-header-w-divider.png") no-repeat scroll left bottom transparent;
    border-radius: 4px 4px 0 0;
    color: #0077ff;
    font: bold 14px/31px "proxima-nova",Arial,Helvetica,sans-serif;
    padding: 7px 15px;
    height:33px;
    cursor:pointer;
    text-align:left;
    line-height: 16px;
    border-color: transparent;
}
.tablesorter-header th.no-sort{
  cursor: default;
}
.tablesorter-header th.sorted-desc.active span {
    background:url(../images/bg-arrow-yellow-down.png) no-repeat right;
    padding-right:15px;
}
.tablesorter-header th.sorted-asc.active span {
    background:url(../images/bg-arrow-yellow-up.png) no-repeat right;
    padding-right:15px;
}
.tablesorter-header th.sorted-desc span {
    background:url(../images/bg-arrow-blue-down.png) no-repeat right;
    padding-right:15px;
}
.tablesorter-header th.sorted-asc span {
    background:url(../images/bg-arrow-blue-up.png) no-repeat right;
    padding-right:15px;
}
.tablesorter-header th.no-sort span {
    background:none;
}
.table th span{
    background: none;
    padding: 0;
}
.table th.first{
    background:#F1F1F1;
}
.tablesorter-header .date {
    width:134px;
    background:url(../images/bg-widget-header-w-divider.png) no-repeat right bottom;
}
.tablesorter-header .story {
    width:506px;
}
.tablesorter-body td, .table td {
    padding:8px 15px;
    border-left: 1px solid #E1E1E1;
}
tr.highlight{
    background:#f6f6f6;
}
.table tr{
    border: none;
    border-color: transparent;
}
.table td{
    border: none;
    border-color: transparent;
    border-bottom: 1px solid #E1E1E1;
}
.downloadDriverList{
    margin-bottom: 20px;
}
.recommended-jump-links{
    margin-bottom: 20px;
}
.partner-locator-table h5 {
  padding:0;
}
.partnerResultsList .no-results-found {
  /*text-align:center;*/
}
.partnerLocator-logo {
  height:auto;
  width:auto;
}
#partnerMap_canvas  {
  margin: 10px 0;
  padding: 20px;
  height: 368px;
  -moz-box-shadow: 0px 0px 3px #000000;
  -webkit-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 3px #000000;
}
#searchTextField {
  width: 300px;
  padding-left: 6px;
}
/* Alert Box Styles */
.product-alerts-container {
    position:relative;
    margin-bottom:30px;
}
.sign-up-email-alerts {
    position:absolute;
    top:0;
    right:0;
}
.alert-icon {
    background:url(../images/icon-alert.png) no-repeat left;
    padding:5px 0px 5px 40px;
}
.content-block.alert-container {
    padding:0;
    position:relative;
    border-radius:4px;
    margin-top:0;
}
.alert-message-container {
    padding:15px;
    border-top:1px #ccc solid;
}
.alert-message-container:first-child {
    border:0;
}
.alert-message {
    float:left;
    width:590px;
    padding:5px 0;
}
.alert-date {
    float:right;
    width:70px;
    text-align:right;
    padding-top:4px;
}
.alert-container .more {
    padding:5px 20px;
    border-radius:0 0 4px 4px;
    background: url(../images/bg-sidebar-btn-gray.png) repeat-x bottom;
    border-top:1px solid #ededed;
    text-align:right;
}



/* Support & Downloads Logged In */
.support-and-downloads { }
.content-block.support-downloads-logged-in {
    font-size:12px;
    margin: 0 0 30px;
}
.content-block.printer-support-container {
    position:relative;
    font-size:16px;
    margin: 30px 0;
}
.printer-support-container .content-col.printer-support {
    width:300px;
}
.printer-support-container .content-col.location-solutions-support {
    width:270px;
}
.printer-support-container .printer-support-image {
    float:right;
}
.printer-support-container .or-support{
    width: 60px;
    padding-top: 30px;
    font-weight: bold;
}


/* Support & Downloads Not Logged In */
.support-not-logged-in { }
.support-not-logged-in .my-products-container {
    width:600px;
    float:left;
    position:relative;
}
.support-not-logged-in .my-products-container .view-details {
    position:absolute;
    top:0;
    right:0;
    background:url(../images/bg-link-arrow-blue.png) no-repeat right;
    padding-right:10px;
}
.support-not-logged-in .my-products-container .product-item-container {
    width:280px;
    margin:10px 15px 10px 0;
    height:130px;
}
.support-not-logged-in .my-products-container .product-item-container .image-container {
    width:130px;
    float:left;
}
.support-not-logged-in .my-products-container .product-description-container {
    width:140px;
    float:left;
}
.support-not-logged-in .my-products-container .product-description-container .title {
    color:#5e5e5e;
    font-size:18px;
    margin-bottom:10px;
}
.support-not-logged-in .my-products-container .product-description-container .view-details {
    font-size:16px;
    margin-top:20px;
    position:relative;
}
.support-not-logged-in .my-saved-support-pages-container {
    width:300px;
    float:right;
}
.content-block.support-not-logged-in {
    margin-bottom:30px;
}
.content-block.support-not-logged-in .product-search {
    float: left;
    width: 640px;
}
.support-not-logged-in .widget-container.frequently-search-topics {
    float:right;
    margin-top:0;
    width:240px;
}
.support-not-logged-in .widget-container.frequently-search-topics .widget-content {
    font-size:12px;
}

.support-and-downloads .btm-text-container {
    margin-top:30px;
}
.btm-text-container .col {
    float:left;
    width:320px;
    margin-left:60px;
}
.btm-text-container.support-downloads-logged-in .col {
    float:left;
    width:270px;
    margin-left:60px;
}
.btm-text-container .col:first-child,
.btm-text-container.support-downloads-logged-in .col:first-child {
    margin-left:0;
}
.list-nostyle.blue-arrow-left {
    margin-bottom:10px;
}
.list-nostyle.blue-arrow-left li a {
    background:url(../images/bg-link-arrow-blue.png) no-repeat 0px 2px;
    padding-left:20px;
}
/* New Concept styles */
.top-content-container.bg-squares {
    background: url(../images/bg-squares-products.png) no-repeat scroll 0px 0px;
    position:relative;
}
.top-content-container.bg-squares .header-image {
    position:absolute;
    bottom:-20px;
    right:0;
}
.support-nli-header-container {
    width:650px;
}
.content-block.frequently-asked-questions {
    margin:10px 0;
    padding:10px;
}
.content-block.frequently-asked-questions .row {
    margin:0px 0 8px 0;
    background:url(../images/bg-circular-arrow.png) no-repeat 0px 0px;
    padding-left:20px;
}
.content-block.frequently-asked-questions a {
    color:#5e5e5e;
    font-size:13px;
    font-weight:bold;
}
.content-block.frequently-asked-questions a:hover {
    color:#0077ff;
}
.are-you-looking-for {
    margin:10px 0;
}




/* Support Detail */
.support-detail { }
.top-content-container.support-detail {
    margin:10px 0;
}
.support-detail .content-col.featured-image {
    width:200px;
    margin-right:20px;
}
.content-col.support-detail-description {
    width:460px;
}
.support-detail-additional-links-container {
    margin-top:20px;
}
.content-col.additional-links {
    width:215px;
    margin-left:20px;
}
.content-col.additional-links:first-child {
    margin-left:0;
}
.product-alerts-container.support-detail {
    margin-bottom:40px;
}
.tab-content-container .language-select-container {
    margin-bottom:20px;
    font-size:14px;
}


/* Product Category */
.top-content-container.product-category h1 {
    padding-bottom:0px;
}
.tab-content-container {
    margin:20px;
    /*padding-top:20px;*/
    border-top:1px solid #e1e1e1;
    position:relative;
}

.tab-content-container:first-child {
    border-top:0;
/*    margin:0;
    padding:20px 20px 0 20px;*/
}
.tab-content-container-image, .content-container-image, #successstorycomponen .image-container {
    float:left;
    width:175px;
    margin-right:20px;
    position: relative;
    text-align:center;
}
.section:first-child .tab-content-item:first-child{
    border-top:0;
    padding-top:0;
}
.section .tab-content-item:first-child{
    border-top:1px solid #e1e1e1;
    padding-top:20px;
}
.tab-content-container-image, .content-container-image {
    float:left;
    width:175px;
    margin-right:20px;
    position: relative;
    text-align:center;
}
.accordion-tab-container .tab-content-container-image{
  width: 110px;
}
/* Place a 1px border around images */
.tab-content.img-border .tab-content-container-image img,
.tab-content.img-border.content-container-image img {
    border:solid 1px #ccc;
}
.tab-content-container-description, .content-container-description {
    float:left;
    width:305px;
    margin-right:20px;
}
.tab-content-container-description h2, .content-container-description h2 {
    padding-bottom:0px;
}
.tab-content-container-uses {
    float:right;
    width:130px;
}
.tab-content-container-uses h5 {
    color:#eaab00;
}

.tab-content-container li {
    padding-bottom:3px;
}
.tab-content-container .related-items-container {
    border-top:1px solid #ccc;
    padding-top:20px;
    position:relative;
}
.tab-content-container .related-items-container:first-child {
    border-top:0;
    padding-top: 0;
}
.tab-content-container .related-items-container .related-text {
    position:absolute;
    top:20px;
    right:0;
    background:url(../images/bg-link-arrow-blue.png) no-repeat right;
    padding-right:10px;
}
.tab-content-container .related-items-container .product-item-container .image-container {
    height:120px;
}
.tab-content-container .related-items-container .product-item-container {
    text-align:center;
}
.tab-content-container .related-items-container .view-all {
    position:absolute;
    top:10px;
    right:10px;
}
.tab-content-container .related-items-container .item-row {
    padding:0;
}


/* Nested tab content */
.tab-content-container .nested-tabs {
    padding:10px;
}
.tab-content-container .nested-tabs .nested-tabs-headline {
    border-top:1px #ccc solid;
    padding-top:10px;
}
.tab-content-container .nested-tabs .view-as-pdf {
    position:absolute;
    top:-20px;
    right:10px;
}

.product-category ul.list-nostyle {
    margin-bottom:30px;
}


/* Product Grid Display */
.product-item-container {
    float:left;
    width: 132px;
    height: 160px;
    margin: 10px 15px;
    font-size:12px;
    cursor:pointer;
    letter-spacing: 1px;
    line-height: 1.4em;
}
.product-item-container .image-container {
    overflow:hidden;
    height:110px;
    margin-bottom:5px;
}
.product-item-container .product-description {
    color: #5E5E5E;
    font-family: "proxima-nova",Arial,sans-serif;
    font-size: 12px;
    margin-bottom:5px;
}
.product-item-container .title {
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}
.product-item-container .view-details {
    width:100px;
    margin-bottom:10px;
    display: block;
}

.accessories .product-item-container {
    width: 165px;
    margin: 10px 32px 32px 30px;
    height:auto;
}
.accessories .product-item-container .image-container {
    max-height: 110px;
    text-align: center;
}
.supplies-landing .product-item-container {
    margin: 15px 20px 0;
    width: 197px;
    height: 200px;
}
.supplies-landing .product-item-container:hover {
    color: #5d656b;
}
.support-downloads-li .product-item-container {
}
.support-downloads-li .product-item-container .image-container {
    height: 120px;
}
.support-downloads-li .product-item-container .title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.support-downloads-not-li .product-item-container {
    margin:10px 20px;
}
.support-downloads-not-li .product-item-container .image-container {
    height: 140px;
    text-align:center;
}
.support-downloads-not-li .product-item-container .title {
    text-align:center;
}



/* Product Family */
.top-content-container.product-family {
    margin-bottom:20px;
}
.content-col.product-360view {
    width:220px;
    margin-right:20px;
    z-index: 5;
}
.content-col.product-360view-50 {
    width:320px;
    margin-right:20px;
    z-index: 5;
}
.productview.productImageMap {
    text-align:center;
}
.content-col.product-family-description {
    width:450px;
    z-index: 4;
}
.content-col.product-family-description-50 {
    width:350px;
    z-index: 4;
}

.content-col.recommended-industries {
    width:330px;
    font-size: 12px;
    letter-spacing: 1px;
}
.product-family .content-col.recommended-industries {
    width:240px;
}
.blue-arrow img{
    padding: 5px;
    vertical-align: middle;
}
.content-col.recommended-industries img {
    padding: 5px;
    vertical-align: middle;
}
.content-col.uses {
    width:300px;
}
.product-family .content-col.uses {
    width:390px;
}
.sub-tab-row {
    margin-top:30px;
    position:relative;
}
.sub-tab-row:first-child {
    margin-top:0;
}
.sub-tab-row .list-blue-dots {
    margin:8px 0;
    padding:0;
}
.sub-tab-row .back-to-top {
    position:absolute;
    top:0;
    right:0;
    font-size:11px;
    background:url(../images/bg-arrow-blue-up.png) no-repeat right;
    padding-right:15px;
}
.sub-tab-row .top-anchor {
    color:#5e5e5e;
}
.sub-tab-row .print-pdf {
    position:absolute;
    top:0;
    right:0;
    background:url(../images/bg-link-arrow-blue.png) no-repeat right;
    padding-right:10px;
}
.sub-tab-header {
    border-bottom:1px #ccc solid;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-weight:bold;
}
.sub-tab-header.no-border {
    border:0;
    padding-bottom: 0;
}
.sub-tab-highlight {
    background:#f1f1f1;
    border-radius: 8px;
    padding:5px 15px;
}
.sub-tab-highlight .col {
    width:270px;
    float:left;
    padding-right:10px;
}
.detailed-specs-img-col {
    float:left;
    width:80px;
    margin:0 10px 0 30px;
}
.detailed-specs-description {
    float:left;
    width:400px;
}



/* Solutions Selector */
.top-content-container.solutions-selector {
    margin-bottom:10px;
}
.tab-container.solution-tabs .tab-content.solutions-selector .col {
    width:212px;
    margin-right:5px;
}
.content-block-section-row .solutions-selector-img {
    float: left;
    padding-right: 20px;
    width: 112px;
}
.solutions-selector-item-container {
    float: left;
    width: 330px;
}
.solutions-selector-item-container h2 {
    padding:0;
    margin:0;
}


/* Solution Detail */
.solution-detail { }
.top-content-container.solution-detail {
    margin:30px 0 20px 0;
}
.solution-detail .col {
    float:left;
    width:200px;
    margin-right:30px;
}
.top-content-container.solution-detail a.automotive {
    background:url(../images/icon-auto.png) no-repeat left;
    padding-left:30px;
    font-weight:bold;
}
.tab-content-container-uses {
    margin-top:25px;
}
.list-grid-img span, .video-img span {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background:url(../images/img-play-overlay.png) no-repeat center center;
  cursor:pointer;
}
.video .video-description {
    float:left;
    width:430px;
}
.video .video-description h2 {
    color:#5e5e5e;
    padding-bottom:0;
}

/* Solutions Detail - new styles on updated Concept */
.img-solutions-detail-main-image {
    bottom: -20px;
    position: absolute;
    right: -30px;
    z-index:10;
}

.solutions-detail-segment-header-container {
    width:450px;
    min-height: 200px;
}
.content-col.solutions-links {
    width:300px;
    padding-bottom:20px;
}
.top-content-container.solutions-detail-segment {
    position:relative;
}
.solutions-detail-segment-header-container .content-col.recommended-industries {
    width:150px;
}
.content-block.uses-container {
    margin-top:0;
    margin-bottom:20px;
    position: relative;
    z-index: 20;
}
.content-block.uses-container .content-col {
    width:200px;
    margin-right:20px;
}
.content-block.uses-container .row {
    margin-bottom:5px;
}
.content-block.uses-container .row .checkbox-container {
    float:left;
}
.content-block.uses-container .row .description {
    float:right;
    width:175px;
}
.ie7 .content-block.uses-container .row .description {
  padding-top:3px;
}
.content-col.recommended-industries h5 {
    /*padding-bottom:5px;*/
}
.tab-content.research-and-learn .tab-content-container-description {
    width:640px;
    margin-right:0;
}
.solution-component-list-item .tab-content-container-image{
  width: 110px;
}


/* Solution Detail - Business Need */
.accordion-tab-content .tab-content-container{
    margin:0;
    padding: 30px 10px;
}

.accordion-tab-content .tab-content-container-buttons {
    margin-top:10px;
    margin-right:-10px;
    float: right;
    width: 150px;

}
.tab-content-container:first-child .tab-content-container-buttons {
    margin-right:20px;
}
.accordion-tab-content .tab-content-container-buttons a {
    margin-bottom:5px;
}


/* Tab-Accordion */
.accordion-tab-container {
    border:1px solid #efefef;
    margin: 20px 0px;
}
/*.tab-content-container ul {
    padding-left: 0px;
}*/
.tab-content-container:first-child .tab-content-container-buttons {
    margin-right: 0px;
}
.accordion-tab-content .tab-content-container-buttons {
    margin-top: 10px;
    float:right;
    width: 150px;
}


.tab-accordion {
    list-style:none;
    margin: 0;
    padding: 0;
}
.tab-accordion li{
    padding-bottom:0;
}
.accordion-tab-title {
    background: #A6ADB2;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    height:35px;
    line-height:35px;
    padding-left:15px;
    cursor:pointer;
    position: relative;
}
.accordion-tab-title span {
    padding-right:12px;
}
.tab-accordion .active .accordion-tab-title {
    background:#e5e8e8;
    color:#5c5e60;
}
.tab-accordion .active .accordion-tab-title span {
    padding-right:12px;
}
.accordion-tab-content {
    display:none;
}
.accordion-tab-content .tab-content-container-description {
    width: 295px;
}
/* Added for the reskinning */

.accordion-tab-title:after {
    content: "\e616";
    font-size: 12px;
    position: absolute;
    right: 10px;
    font-family: 'zebra-icons-141';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    top: 12px;
}
.active .accordion-tab-title:after {
    content: "\e607";
}
.tagFilterGroup{
    font-size: 12px;
    margin-bottom: 10px;
}
.tagFilterGroup .row{
    margin-bottom: 5px;
}


/* Flowplayer Video Player */
.video_player {
    min-width:100px;
    min-height:100px;
    margin: 10px;
    display:block;
}
.video_player.popup {
    max-width:800px;
}
.video_player.big {
    width:640px;
    height:480px;
}

/* Supply Detail */
.content-block.supply-detail {
    padding:0;
}


/* Supplies Landing */
.menu-widget-container.find-supplies-by-container {
    width:600px;
    margin-bottom: 30px;
}


/* Accessories Category */
.accessories-category { }
.content-block.accessories-category {
    padding:0;
    margin-top:10px;
}
.content-block.accessories {
    margin-top:10px;
}


/* Partners */
.content-container.partners {
    margin-top:0px;
}
.content-container.partners .content-col.featured-image-col {
    width:400px;
}
.content-block.partners-main-block {
    margin-top:0;
}
.content-block.partners-main-block h1 {
    margin-top:10px;
}
.content-container.partners .content-col.main {
    margin-left: 20px;
    width: 420px;
}

/* 2 column content continer */
.two-col-container{}
.two-col-container .col{
    border-left: 1px solid #E5E5E5;
    float: left;
    margin-left: 0;
    padding: 0 19px;
    width: 195px;
    width:45%;
}
.two-col-container .col:first-child{
    border-left: 0;
    padding-left: 0;
}
/* 4 column content container */
.content-block.four-col-container {
    margin-top:10px;
}
.content-block.four-col-container.no-border {
    border:0;
}
.content-block.four-col-container .col {
    border-left: 1px solid #E5E5E5;
    float: left;
    margin-left: 0;
    padding: 0 19px;
    width: 195px;
    width:21%;
}
.content-block.four-col-container .col:first-child {
    margin-left:0;
    border-left:0;
    padding-left:0px;
}
.content-block.four-col-container ul {
    margin-bottom:20px;
}
.content-block.four-col-container img {
    padding:0 0 10px 0;
    display:block;
}
.content-block.four-col-container .image-container {
    height:120px;
    overflow:hidden;
}



/* Become a Partner */
.content-block.become-a-partner {
    margin-top:0;
}
.partner-types-container {}
.partner-types-row {
    margin:0 0 20px 0;
}
.partner-types-row .img-container {
    float:left;
}
.partner-types-row .description {
    float: left;
    margin-left: 20px;
    width: 69%;
}


/* Success Story */
.top-content-container.success-story {
    margin:10px 0 30px 0;
}
.success-story .img-col {
    float:left;
    width:260px;
    overflow:hidden;
}
.success-story .description {
    float:right;
    width:440px;
}
.success-story .description.video {
    float:right;
    width:320px;
}
.success-story .description.video.wide {
    width:258px;
}



/* Success Story Video */
.content-block.success-story-videos {
    margin-top:0;
}
.video_player.success-story-video {
    float:left;
    width:345px;
    height:277px;
    margin:0;
}
.video_player.success-story-video.wide {
    width:407px;
    height:277px;
}



/* Success Stories Search */
.top-content-container.success-stories-search-top {
    margin-bottom:20px;
}
.selected-filters-header-container.success-stories-search {
    border-bottom:1px solid #ccc;
    padding-bottom: 5px;
}
.content-block-section-row-container.success-stories-search {
    margin:20px 0;
    line-height:18px;
}
.content-block-section-row-container.success-stories-search .img-container {
    float:left;
    min-width:120px;
    margin-right:20px;
}
.content-block-section-row-container.success-stories-search .description {
    float:left;
    width:465px;
}
.content-block-section-row-container.success-stories-search .read-more {
    margin-top:20px;
}
.content-block.success-story-filter {
    margin-bottom:20px;
}
.content-block.success-story-filter  {
    margin-right:7px;
}

.accordion-tab-container.success-stories-search {
    border:1px solid #efefef;
    margin: 10px 0 30px 0;
}
.accordion-tab-container.success-stories-search .accordion-tab-content {
    padding:15px 15px 0 15px;
    background:#fff;
}
.accordion-tab-container.success-stories-search .content-col {
    width:200px;
    margin-left:20px;
}
.accordion-tab-container.success-stories-search .content-col:first-child {
    margin-left:0;
}
.accordion-tab-container.success-stories-search .content-col .row {
    margin-bottom:5px;
}
.accordion-tab-container.success-stories-search .content-col input[type=checkbox] {
    float:left;
    margin-right:7px;
}
.accordion-tab-container.success-stories-search .content-col span {
    float:left;
    width:170px;
}
.accordion-tab-container.success-stories-search .content-col .group {
    margin-bottom:20px;
}



/* Search Results */
.search-query-container{
    margin:10px 0;
}
.search-query-container .search-query{
    margin-left:5px;
}

.content-col.search-results {
    position:relative;
}
.search-results .search-container {
    position:absolute;
    top:0;
    right:0;
    font:bold 14px "proxima-nova",Arial, Helvetica, sans-serif;
    color:#999;
}
.search-results .search-container.no-results {
    position:relative;
    float:left;
    padding-bottom:120px;
}
.search-results .search-container .search-box {
    position:relative;
}
.search-results .search-container input[type=text] {
    padding: 0px 40px 0px 10px;
    background:#fff url(../images/bg-textinput-search.png) no-repeat;
    font:bold 14px "proxima-nova",Arial, Helvetica, sans-serif;
    color:#999;
    margin-left:10px;
    border:none;
    height:30px;
    line-height:30px;
}
.search-results .search-container .search-box .btn-submit {
    position:absolute;
    top:0px;
    right:0;
    background:url(../images/btn-searchbox-submit.png) no-repeat;
    width:29px;
    height:28px;
    border:0;
}
.ie7 .search-results .search-container .search-box .btn-submit{
  top:1px;
}
.search-results .search-container .search-box .btn-submit:hover {
    background-position: 0 -28px;
}
.spell-check a{
  margin-left:5px;
}
.content-block.search-results {
    margin-top:0;
    line-height:18px;
}
.search-results-row {
    padding: 15px 15px 5px 0px;
}
.search-results-row.highlight {
    background:#efefef;
}
.search-results-row .doctype {
    float:left;
    width:40px;
    text-align:center;
}
.search-results-row .description {
    float:left;
    width:660px;
    margin-left:20px;
}
.search-results-row .description .title {
    padding-bottom:3px;
    display:block;
    font-weight:normal;
}
.search-results-row .details {
    float: right;
    width:160px;
}
.search-results .no-results-found {
    font:bold 14px "proxima-nova",Arial, Helvetica, sans-serif;
    padding-top:20px;
    border-top:1px solid #ccc;
}


/* Fancybox Pop-Up Window */
.fancybox-popup-window {
    /*background:url(../images/bg-squares-content.png);*/
    padding:20px 25px;
    font-size:11px;
}
.fancybox-popup-window h4 {
    font-size:21px;
}
.fancybox-popup-window p {
    line-height:16px;
}
.fancybox-popup-window .row-container {
}
.fancybox-popup-window .row {
    padding-bottom:10px;
}
.fancybox-popup-window .label-col {
    float:left;
    /*width:100px;*/
}
.fancybox-popup-window .input-col {
    float:right;
}
.fancybox-popup-window .zebra-btn {
    margin:5px 0 0 0;
}
/* Contact Form */
.fancybox-popup-window.contact-form {
    width:280px;
}
.fancybox-popup-window.contact-form input {
    width:170px;
    padding:2px;
    color:#5e5e5e;
}
.fancybox-popup-window.contact-form textarea {
    width:174px;
    padding:2px;
    color:#5e5e5e;
}
/* Email & Share Form */
.fancybox-popup-window.share-email-form{
    width:315px;
}
.fancybox-popup-window.share-email-form input {
    width:170px;
    padding:2px;
    color:#5e5e5e;
}
.fancybox-popup-window.share-email-form textarea {
    width:174px;
    padding:2px;
    color:#5e5e5e;
}
/* Partner Locator Company Profile Popup */
.fancybox-popup-window.partner-profile-popup {
  width:600px;
  padding:10px;
  color:#5e5e5e;
}
.fancybox-popup-window.partner-profile-popup img {
  padding:10px;
  float:right;
}
.fancybox-popup-window.partner-profile-popup h4, .fancybox-popup-window.partner-profile-popup address {
  width:290px;
}

/* Partner Locator misc */
.partner-locator-map-pin {
  display: block !important;
  /* background image set dynamically in component */
  background-color: transparent;
  background-repeat: no-repeat;
  width: 22px;
  height: 25px;
    padding-top: 4px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.partner-locator-map-popup img {
    max-width: 150px;
    max-height: 60px;
}
.partner-locator-map-popup address {
  width:200px;
}

/* Pre-loading progress bar */
#loadingDiv {
    display:none;
    width:600px;
    height:300px;
    text-align:center;
    background:url(../images/img-progress-bar.gif) no-repeat center;
}

/* Right Rail */
.widget-subhead,
p.widget-subhead {
    background:#f4f4f4;
    padding:10px;
    font: normal 12px "proxima-nova",Arial, Helvetica, sans-serif;
}
.widget-content {
    padding: 10px;
    /*font-size:11px;*/
}
.widget-content p {
    /*line-height:14px;*/
    /*margin: 10px;*/
}
.widget-content.regular-font-size  {
    font-size:12px;
}
.sidebar-btm-link a {
    font: normal 11px "proxima-nova",Helvetica, Arial, sans-serif;
    background:url(../images/bg-link-arrow-blue.png) no-repeat 100% 40%;
    padding-right:10px;
}
.widget-container .left {
    float:left;
}
.widget-container .right {
    float:right;
}
.widget-container-btm {
    background:#f4f4f4;
    padding:5px 10px;
    font-size:11px;
}
.widget-content .arrow-list {
    margin: 20px 10px;
}
.widget-content .arrow-list li {
    margin-bottom: 10px;
    font-size: 11px;
}
.widget-content .arrow-list li a {
    color:#a6adb2;
    letter-spacing: 1px;
}
.widget-content .arrow-list li a:hover {
    opacity: 0.6;
}
.widget-container-btm a {
    background:url(../images/bg-link-arrow-blue.png) no-repeat right;
    padding-right:10px;
}
.rss-feed {
    display:block;
    background:url(../images/icon-rss.png) no-repeat left;
    padding-left:25px;
    padding-top:3px;
    margin:15px 0;
}
.right-body.press-release-archives .rss-feed {
    position:absolute;
    top:-40px;
    right:0;
}


/* AJAX Content */
#ajax-content-area {
    width:600px;
    min-height:600px;
}
.loadingDiv {
    display:none;
    width:100%;
    height:200px;
    background:url(../images/img-progress-bar.gif) no-repeat center;
}


/* Right Rail Widgets */

/* Latest News Widget */
.latest-news li {
    padding: 5px 10px;
    font-size:11px;
    display:block;
}
.latest-news li.highlight {
    background:#f4f4f4;
}
.latest-news span,
.investor-relations span {
    display:block;
    padding-top:3px;
}
.latest-news ul .right {
    font-style:italic;
}
.latest-news .newsdates {
    margin:0 0 3px 0;
}

/* Investor Relations Widget */
.investor-relations .widget-content {
    font-size:12px;
    padding: 0 10px;
}
.investor-relations .widget-subhead .right {
    font-size:11px;
}
.investor-relations .strong {
    font-weight:bold;
}
.investor-relations p.detail-text {
    font-size:9px;
    margin:10px 0 0 0;
}

/* Work For Us Widget */
.work-for-us .widget-content {
    font-size:12px;
}

/* My Saved Support Pages Widget */
.my-saved-support-pages .widget-content {
    font-size:12px;
}
.widget-below-container-btm {
    padding:5px 0 10px 5px;
}
.widget-below-container-btm a {
    background:url(../images/bg-link-arrow-blue.png) no-repeat right;
    padding-right:10px;
    color:#0077ff;
}
.widget-below-container-btm a:hover {
    color:#5e5e5e;
}

/* Solutions Shortlist Widget */
.solution-shortlist { }
.solution-shortlist img {
    float:left;
    margin:0 10px 2px 0;
    border:1px #ccc solid;
}
.solution-shortlist a.description {
    float:left;
    width:80px;
    color:#5e5e5e;
    font-weight:bold;
}
.solution-shortlist a.close-x img {
    float:right;
    border:0;
    margin:0;
}
.solution-shortlist  {
    border-bottom:#ccc 1px solid;
    margin: 10px;
    padding: 0 0 10px;
}
.solution-shortlist .buttons {
    padding:0 12px 12px 12px;
}

/* Looking For a Partner */
.widget-container.looking-for-a-partner { }
.widget-container.looking-for-a-partner .headline {
    color:#0077ff;
    font: bold 12px "proxima-nova",Arial, Helvetica, sans-serif;
    margin-bottom:10px;
}


/* Footer */
.footer-container {
    border-top:1px #dedede solid;
    margin:50px 0 30px 0;
    padding-top:30px;
}

.footer-container h6 a{
  color: #000;
    font-weight: 600;
}

.footer-container,
.footer-container a{
    color:#000;
}
.copyright {
    color:#a6adb2;
}

.footer-container a {
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
     -webkit-transition: opacity 0.5s; transition: opacity 0.5s;
}
.footer-container a:hover {
    opacity: 0.6;
}

.footer-container h6 {
    font-size:16px;
    padding-bottom: 5px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-column-container {
    float:left;
    /*width:256px;*/ /* removing for hack */
    margin-right:0;
}

.footer-column-container ul {
    list-style:none;
    margin:0;
    padding:0;
}
.footer-column-container li {
    margin:0 0 5px 0;
}
.social-media-icon {
    display:block;
    line-height:18px;
    height:18px;
}
.social-media-icon img {
    float:left;
    padding-right:5px;
}
.copyright {
    font-size:11px;
}

/* re-skin hacks for global map */

.footer-column-container .footercol1 {
    width: 216px;
}
.footer-column-container .footercol2 {
    width: 592px;
    color: #a6adb2;
}
.footer-column-container .footercol2 img {
    margin: 0 auto;
}
.footer-column-container .footercol2 .link-without-yellow-arrow {
    padding: 0;
    font-size: 13px;
}
.footer-column-container .footercol2 .link-without-yellow-arrow a {
    color: #a6adb2;
    font-weight: 400;
    padding: 0 5px;
}
.footer-column-container .footercol3 {
    display:none;
}
.footer-column-container .footercol4 {
    width: 216px;
}

label.error{
    color: red;
    border: 0;
    display: block;
}
.requiredErrorMsg, form .form_error, .serial-validation{
    color:#CE1126;
    font-style:italic;
    font-weight:normal;
}
form .form_rightcol.form_error{
    display:inline;
}
.ie7 form .form_rightcol.form_error{
    display:inline-block;
    margin-top:-25px;
}
form .form_error {
    display: block;
    margin-top: -4px;
}
form .form_row .selectBox-dropdown{
  margin-bottom: 4px;
}
form .form_row {
  position:relative;
}

/* Home Page */
body.home {
    background: transparent;
}

.home-top-banner {
    height: 415px;
    background-color: rgba(0, 0, 0, .25);
    position: relative;
    overflow: hidden;
    min-width: 1000px;
    margin-top:-10px;
}

/* Home Slider */
.home-slider-container {
    height:415px;
    background:url(../images/bg-shifter-container.jpg) repeat-x top center;
    width:100%;
    overflow:hidden;
    position:relative;
}

.repair-man-layer {}
.police-layer {}
.nurse-layer {}
.delivery-guy-layer {}
.vending-machine-guys-layer {}

.home-slider-container .individual-content {
    position:relative;
}
.overlay-container {
    position: absolute;
}
#overlay-repair-man{
    top: 100px;
}
#overlay-delivery-guy{
    top: 100px;
}
.blue-dot {
    position:absolute;
    display:block;
    text-indent:-9999px;
}
.blue-overlay .zebra-btn {
    float:right;
}
.blue-overlay span.bigger {
    display:block;
    font:normal 14px "proxima-nova",Arial,Helvetica,sans-serif;
    padding-bottom:5px;
}

/* New Way */
.home-slider-container .back-layer {
    position:relative;
}
.home-slider-container .front-layer {
    position:relative;
}
.home-slider-container .blue-dot-layer {
    position:relative;
}


/* Repair Man */
.repair-man-container {
    position:absolute;
    left:0px;
    top:100px;
}
.blue-dot.repair-man {
    background:url(../images/img-blue-dot-full-repair-man.png) no-repeat;
    width:19px;
    height:19px;
    top:-15px;
    left:105px;
}
.blue-dot.repair-man.active {
    background-position:0 -19px;
}
.blue-overlay.repair-man {
    left: 113px;
    top: -8px;

}
/* Delivery Guy */
.delivery-guy-container {
    position:absolute;
    left:775px;
    top:50px;
}
.blue-dot.delivery-guy {
    background:url(../images/img-blue-dot-full-delivery-guy.png) no-repeat;
    width:29px;
    height:28px;
    top:-50px;
    left:850px;
}
.blue-dot.delivery-guy.active {
    background-position:0 -28px;
}
.blue-overlay.delivery-guy {
    top:-42px;
    left:858px;
}
/* Policeman */
.policeman-container {
    position:absolute;
    top:110px;
    left:70px;
}
.blue-dot.police {
    background:url(../images/img-blue-dot-full-police.png) no-repeat;
    width:30px;
    height:29px;
    top:75px;
    left:245px;
}
.blue-dot.police.active {
    background-position:0 -29px;
}
.blue-overlay.police {
    top:82px;
    left:252px;
}
/* Nurse */
.nurse-container {
    position:absolute;
    top:110px;
    left:550px;
}
.blue-dot.nurse {
    background:url(../images/img-blue-dot-full-nurse.png) no-repeat;
    width:28px;
    height:29px;
    top:100px;
    left:750px;
}
.blue-dot.nurse.active {
    background-position:0 -29px;
}
.blue-overlay.nurse {
    left: 758px;
    top: 107px;
}
/* Vending Machine Guys */
.vending-machine-guys-container {
    position:absolute;
    top:160px;
    left:1030px;
}
.blue-dot.vending-machine-guys {
    background:url(../images/img-blue-dot-full-vending-guys.png) no-repeat;
    width:29px;
    height:28px;
    top:190px;
    left:995px;
}
.blue-dot.vending-machine-guys.active {
    background-position:0 -28px;
}
.blue-overlay.vending-machine-guys {
    left: 1006px;
    top: 200px;
}
/* Text Content */
.home-slider-text-content {
    position:absolute;
    top:80px;
    left:30%;
    width:420px;
}
.home-slider-text-content h1 {
    font-size:72px;
    padding-bottom:0;
    margin-bottom:0;
    font-weight:bold;
}
.home-slider-text-content h2 {
    font-size:30px;
    padding-bottom:0;
}
.home-slider-text-content .description {
    width:340px;
    padding-top:10px;
    line-height:18px;
}
/* Parallax */
#parallax {
   position:relative;
   width:1000px;
   height:420px;
   margin:0 auto;
   border:0;
   /*overflow:hidden;*/
}
.parallax-viewport {
    position: relative;     /* relative, absolute, fixed */
    overflow: hidden;
}
.parallax-layer {
    position: absolute;
}

/* Home Banner Overlays */
/* Police Overlay */
.home-banner-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:url(../images/img-white-screen-opacity.png);
    height:420px;
}
.home-banner-overlay.police,
.home-banner-overlay.nurse,
.home-banner-overlay.delivery-guy {
    display:none;
}
.home-banner-overlay-content {
    width:640px;
    height:357px;
    margin:25px auto;
    background:url(../images/bg-home-video-text-blue-gradient.jpg) no-repeat center top;
    position:relative;
    overflow:hidden;
    z-index:105;
}

.home-banner-overlay .close-btn{
    background: url("../images/btn-homepage-close.png") no-repeat scroll center top transparent;
    display: block;
    height: 28px;
    left: 50%;
    margin: 0 0 0 304px;
    position: absolute;
    top: 13px;
    width: 30px;
    z-index: 200;
}
.home-banner-overlay .close-btn:hover{
    background:url(../images/btn-homepage-close.png) no-repeat center bottom;
}
.home-banner-overlay-content .text-container {
    color: #FFFFFF;
    left: 25px;
    position: absolute;
    top: 60px;
    width: 210px;
}
.home-banner-overlay.delivery-guy .text-container {
    top:30px;
}
.home-banner-overlay-content .text-container .text-display {
    margin-bottom:50px;
    font:normal 11px/16px "proxima-nova",Arial, Helvetica, sans-serif;
}
.home-banner-overlay-content .text-container .text-display a {
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
}
.home-banner-overlay-content .text-container .text-display a:hover {
    text-decoration:underline;
}
.home-banner-overlay-content .text-container .text-display .headline {
    font: normal 19px/21px "proxima-nova",Arial,Helvetica,sans-serif;
    margin-bottom:20px;
}
.home-banner-overlay-content .text-container .text-display .sub-headline {
    font: bold 15px "proxima-nova",Arial,Helvetica,sans-serif;
}
.home-banner-overlay-content .text-container .zebra-btn {
    float:right;
}
.home-banner-overlay-content .play-again-container {
    position:absolute;
    top:0;
    right:0;
}
.home-banner-overlay-content .play-again-container span {
    background: url("../images/img-play-again.png") no-repeat scroll center center transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}




body.home .main-content-wrapper {
    margin: 0px auto;
    background-color: transparent;
    min-height:300px;
}

body.home .main-content-container {
    min-height: 200px;
    padding: 0px 30px 30px 30px;
    background: #fff;
}

.home-highlighted-cols {
    background-color: #ffcc33;
    width:100%;
    min-width:1000px;
}

.home-highlighted-cols .highlighted-cols {
    position: relative;
    top: -17px;
    margin: 0px auto;
    width: 1000px;
    background:url(../images/bg-tabs-home.png) 13px 0 no-repeat;
    color: #1e1e1e;
    font-size: 11px;
}

.home-highlighted-cols .highlighted-col-container {
    width: 241px;
    float: left;
    position: relative;
    left: 20px;
}

.home-highlighted-cols .highlighted-col-container a { }

.home-highlighted-cols .highlighted-col-container .highlighted-col-content {
    padding: 15px 15px 0 15px;
}
.home-highlighted-cols .highlighted-col-container .highlighted-col-content .top {
    min-height:110px;
}

.home-highlighted-cols .highlighted-col-container .zebra-btn {
    float:right;
}

.home-highlighted-cols .highlighted-col-container .product-images {
    margin-top: 5px;
}


.home-highlighted-cols .highlighted-col-container ul {
    margin: 0; padding: 0;
}
.home-highlighted-cols .highlighted-col-container li {
    list-style: none;
    margin: 3px 0;
}

.home-highlighted-cols .highlighted-col-container li a {
    color: #1e1e1e;

}

.home-highlighted-cols .highlighted-col-container li a:hover {
    color: #1e1e1e;
    text-decoration: underline;
}

.news-stripe {
    background-color: #f1f1f1;
}

.news-stripe .news-container {
    width: 940px;
    position: relative;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0);
    padding:10px 0;
    font-size: 11px;
}

.news-stripe .news-content-container {
    margin: 0px 0 0px 132px;
}
.news-stripe .news-content-col {
    float:left;
    width:340px;
    padding-left:45px;
    padding-right:30px;
    background:url(../images/bg-divider-news-stripe.png) repeat-y left;
    height:56px;
    overflow:hidden;
}
.news-stripe .news-content-col:first-child {
    padding-left:0;
    background:none;
}
.news-stripe .news-content-col li a {
    font-weight:bold;
    display: inline-block;
}
.news-stripe .news-content-col li.featured-news {
}
.news-stripe .news-content-col li.featured-news img {
    float:left;
    padding-right:10px;
}
.news-stripe .btn-more {
    width:17px;
    height:16px;
    position:absolute;
    top:22px;
    right:10px;
    display:block;
    background:url(../images/btn-news-more.png) top center;
    text-indent:-9999px;
    cursor:pointer;
}
.news-stripe .btn-more.active {
    background-position:0 -16px;
}
.news-stripe .two-tone {
    font-size: 16px;
    color: #707070;
}
.news-stripe .two-tone strong {
    color: #0077ff;
}
.news-stripe .news-title {
    position:absolute;
    top:20px;
    left:15px;
}
.news-stripe .news-more {
    position: absolute; right: 0; top: 12px;
    padding-right: 20px;
    background: url(../images/bg-circular-arrow.png) right center no-repeat;
}
.news-stripe ul {
    margin: 5px 0 10px 0;
    padding: 0;
}
.news-stripe ul li {
    list-style: none;
    height:48px;
    line-height:18px;
}
.news-stripe .news-content-col.investor-relations {
    position:relative;
}
.news-stripe .news-content-col.investor-relations ul {
    margin-left:40px;
}
.news-stripe .news-content-col a {
    vertical-align:baseline;
}




body.home .footer-container {
    border: 0;
    margin-top: 0;
}

.content-block.product-search {
    background-color: #fff;
    padding:15px;
}

.content-block.product-search .col {
    float: left;
    color: #747474;
}

.content-block.product-search .col select {
    display: block;
    margin-bottom: 15px;
    width: 260px;
}

.content-block.product-search .col-1 {
    width: 290px;
}

.content-block.product-search .col-2 {
    width: 80px;
}

.content-block.product-search .col-2 span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}

.content-block.product-search .col-3 {
    width: 290px;
}


.support-extra-info {
    margin-top: 50px;
}

.support-extra-info .col {
    margin-left: 30px;
    min-height: 60px;
    width: 290px;
    float: left;
}
.support-extra-info .col:first-child {
    margin-left:0;
}

.product-header {
    height: 250px;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.product-header .bg-squares {
    width: 1000px; height: 306px;
    background: url(../images/bg-squares-products.png) bottom left no-repeat;
    position: absolute; top: -87px; left: -30px;

}

.product-header .printer-img {
    position: absolute; top: 110px; left: 5px;
}

.product-header .text-header {
    position: absolute; top: 20px; left: 250px;
    width: 400px;
}

.text-header h2 {
    color:#5e5e5e;
    padding-bottom:3px;
}

.text-header h1 {
    padding-bottom:0px;
    margin-bottom:6px;
    line-height:44px;
}

.product-header .side-bar {
    width: 200px;
    position: absolute;
    right: 0px; top: 40px;
}

.product-header .side-bar a {
    margin: 3px 0;
}

.product-header .button-container {
    text-align:center;
}

.product-header .side-bar .content-block {
    border-radius: 4px;
    margin-top: 40px;
    padding:10px;
}

.product-header .side-bar .content-block h3 {
    font-size: 14px;
}

.product-header .side-bar .content-block .selectBox-dropdown {
    width: 160px;
}

.content-block.product-group.products {
    padding:10px 0;
}

.content-block.product-group h2 {
    font-weight: bold;
}

.content-block.four-col-container.product-group.extra-margin {
    margin-top:30px;
}
.content-block.product-group .img-holder {
    display: block;
    text-align: center;
    height:120px;
}

.content-block.product-group .col ul {
    margin: 0; padding: 0;
}

.content-block.product-group .col li {
    list-style: none;
    margin: 3px 0;
}

.content-block.product-group .col p {
    padding-bottom: 5px;
}

.content-block.product-group h2 {
    font-size: 15px;
}

.content-block.product-group .col:first-child h2 {
    font-size: 24px;
    font-family: "proxima-nova",Arial,Helvetica,sans-serif;
}

.products-bottom-group {
    margin-top: 30px;
}

.products-bottom-group .left {
    width: 665px;
    padding-right: 20px;
    border-right: 1px solid #DEDEDE;
    float: left;
}

.products-bottom-group ul {
    margin: 0; padding: 0;
}

.products-bottom-group li {
    list-style: none;
    margin: 3px 0;
}

.products-bottom-group .right {
    float: left;
    width: 233px;
    padding-left: 20px;
    border-left: 1px solid #DEDEDE;
    position: relative;
    left: -1px;
}

.products-bottom-group .left .col {
    width: 166px;
    float: left;
}

.products-bottom-group .left .col .padding {
    padding: 0px 10px;
}

.products-bottom-group .left .col .img-holder {
    display: block;
    text-align: center;
    height: 90px;
}

.products-bottom-group .left .col h4 {
    font-size: 12px;
    padding: 5px 0;
}



/* Solutions */
.top-content-container.solutions {
    background:url(../images/img-solutions-manager.png) no-repeat bottom right;
    min-height:220px;
    margin-bottom:-75px;
    padding-bottom:80px;
    position:relative;
}
.solutions-header-info {
    width: 560px;
}
.top-content-container.solutions .person-details {
    position:absolute;
    bottom:210px;
    right:10px;
    font-size:11px;
}
.top-content-container.solutions .person-details h4 {
    font:bold 12px "proxima-nova",Arial, Helvetica, sans-serif;
    color:#0077ff;
    margin:0;
    padding:0;
}
.person-details a.watch-video {
    display:block;
    background:url(../images/bg-circular-arrow-blue.png) no-repeat right;
    padding-right:15px;
}

.tab-container.solution-tabs {
    margin-bottom: 30px;
}

.tab-container.solution-tabs .tab {}

.tab-container.solution-tabs .tab-content .section-title {
    font:bold 14px "proxima-nova",Arial, Helvetica, sans-serif;
    margin-bottom:10px;
}

.tab-container.solution-tabs .tab-content>div {
    padding: 10px;
    background-color: #fff;
}

/*
.tab-container.solution-tabs .tab-content .col {
    border-left: 1px solid #CCCCCC;
    float: left;
    padding: 0 5px 0 15px;
    width: 200px;
    margin-top: 15px;
}
.tab-container.solution-tabs .tab-content .col:first-child {
    border-left:none;
}

.tab-container.solution-tabs .tab-content .col ul {
    margin: 0 0 10px 0;
    padding: 0;
}

.tab-container.solution-tabs .tab-content .col li {
    list-style: none;
    margin: 0 0 5px;
}
*/

.tab-container.solution-tabs .tab-content .col.col-4 .grey-box  {
    background-color: #f0f0f0;
    padding:10px 20px 0 20px;
    -moz-box-shadow: 0px 9px 5px -5px #ccc;
    -webkit-box-shadow: 0px 9px 5px -5px #ccc;
    box-shadow: 0px 9px 5px -5px #ccc;
}


.content-block.research-search {
    padding: 0;
    box-shadow: inset 0px 20px 20px -10px #E7E9EF;
    margin-top:10px;
}

.content-block.research-search .col {
    width: 230px;
    float: left;
    position: relative;
}

.content-block.research-search .col .padding {
    padding: 15px 15px 15px 50px;
}

.content-block.research-search .col img {
    position: absolute; top: 20px; left: 15px;
}

.content-block.research-search .col {
    border-left: 1px solid #DEDEDE;
}

.content-block.research-search .col:first-child {
    border: none;
}

.content-block.research-search .col h2 {
    padding-bottom: 5px;
}

.content-block.research-search .col p {
    padding: 0;
}

.tab-container.solution-tabs ul.check-list {
    margin: 0; padding: 0;
    columns: 4 200px;
    -webkit-columns: 4 200px;
    -moz-columns: 4 200px;
}

.tab-container.solution-tabs ul.check-list li {
    list-style: none;
    margin: 5px 0;

}

.tab-container.solution-tabs ul.check-list li label {
    margin-left: 5px;
}

.content-block.selected-filters {
    padding:0;
    border-radius:4px 4px 0 0;
    margin-top:10px;
}

.content-block-subhead-container .solution {
    float:left;
    width:450px;
}
.content-block-subhead-container .usedfor {
    float:right;
    width:190px;
}

.pr-list-row .solution {
    width:210px;
}
.pr-list-row .usedfor {
    width: 370px;
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }

.zebra-btn.buttonized {
    color: #FFF;
}
#share-email-form .zebra-btn.buttonized{
    margin-right: 0;
}
.zebra-btn.buttonized:hover {
    color: #FFF;
}
.zebra-btn {
    padding:15px 20px;
    display: inline-block;
    position: relative;
    color: #FFF;
    background: #1a72bc;
    border: 10px solid transparent;
    background-clip: padding-box;
    font-size: 16px;
    font-weight: 600;
    margin-left: 0px; /* offsets the border effect, remove if it messes things up */
    transition:all .3s ease-out;
    transition:color .25s ease-in-out;
}
/* these are here to fix authoring errors when adding link styles */
a.zebra-btn { padding: 10px 20px; }
span.zebra-btn { padding: 15px 20px; }

.zebra-btn:hover {
    border: 10px solid rgba(26, 114, 188, 0.15);
    background-clip: padding-box;
    color:#df7c05;
    transition:color .25s ease-in-out;
}
.zebra-btn .text {

}
.zebra-btn .arrow {
    /*display: block;
    background: url(../images/bg-circular-arrow.png) center center no-repeat;
    width: 14px;
    height: 16px;
    position: absolute;
    right: 9px;
    top:3px;*/
}
.zebra-btn:hover .arrow { /*background-image: url(../images/bg-circular-arrow-light-blue.png);*/ }
.ie .zebra-btn .text{
    display:inline-block
}
.zebra-btn .shadow-left, .zebra-btn .shadow-mid, .zebra-btn .shadow-right {
    /*height: 6px;
    float: left;
    display: block;*/
}
/*
.zebra-btn .shadow { /clear: both; display: block; }
.zebra-btn .shadow-left { background: url(../images/bg-zbtn-shadow-left.png) left top no-repeat; }
.zebra-btn .shadow-right { background: url(../images/bg-zbtn-shadow-right.png) right top no-repeat; }
.zebra-btn .shadow-mid { background: url(../images/bg-zbtn-shadow-mid.png) left top repeat-x; }
*/

/*ie8 fixes for button borders */
.ie8 .zebra-btn {
    border: none;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0;
}
.ie8 .zebra-btn:hover {
    border: none;
}

/* for content boxes - especially in left/right rail */
.widget-content .zebra-btn {
    margin-right: -10px;
    margin-top: 10px;
}

input.zebra-btn-input, input.form_button_submit{
    border: none;
    background: none;
    font: normal 10px/16px "proxima-nova", Arial, Helvetica, sans-serif;
    color: #0077ff;
    text-transform: uppercase;
    position: absolute;
    width:100% !important;
    left: 0px;
    top:0;
    text-indent:-9000px;
    height:26px;
}
input.zebra-btn-input, input.form_button_submit{
    background:blue;
  zoom: 1;
    filter:alpha(opacity=0);
  opacity:0;
}
/* banner slider */
.banner-slider {
    position: relative;
    overflow: hidden;
    height: 250px;
}
.product-header .banner-slider { margin: 0 260px 0 0; }
.banner-slider .slide { display: none; }
.banner-slider .img {
    position: absolute;
    width: 250px;
    bottom: 0;
    z-index: 401;
}
.banner-slider .txt {
    position: absolute;
    padding: 0 20px 0 0;
    z-index: 400;
}
.banner-slider h1 {
    line-height: 44px;
    margin-bottom: 6px;
    padding-bottom: 0;
}
.banner-slider h2 {
    color: #5E5E5E;
    padding-bottom: 3px;
}
.banner-slider .slide-nav {
    position: absolute;
    right: 0;
    z-index: 500;
}
.banner-slider .slide-nav > a {
    width: 11px;
    height: 11px;
    margin: 0 4px;
    float: left;
}
.banner-slider .go-prev { background: url(../images/slide-left-arrow.png) center center no-repeat; }
.banner-slider .go-next { background: url(../images/slide-right-arrow.png) center center no-repeat; }
.banner-slider .selector { background: url(../images/slide-ball-off.png) no-repeat; }
.banner-slider .selector.active { background-image: url(../images/slide-ball-on.png); }

.stock-up, .stock-down, .investor-relations span.stock-up, .investor-relations span.stock-down {
    display: inline-block;
    padding: 0 0 0 12px;
}
.stock-up {
    color: #00c113;
    background: url(../images/bg-arrow-green-up.png) left center no-repeat;
}
.stock-down {
    color: #f00;
    background: url(../images/bg-arrow-red-down.png) left center no-repeat;
}

/* product 360 image map */
.product-360view {
    position: relative;
}
.product-360view img.map-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.btn-360{
    position: absolute;
    bottom: 0;
    left:0;
    text-indent: -9000px;
    background: transparent url(../images/icon-360-small.png) no-repeat;
    height: 27px;
    width: 27px;
    display: block;
    z-index: 100;
}
.content-360{
    width: 260px;
    float: left;
    display: inline;
    padding: 10px;
}
.content-360 h1{
    font-size: 30px;
    line-height: 34px;
}
.flash-360{
    width: 260px;
    float: right;
    display: inline;
    padding: 10px;
}
.rotate-360{
    background: transparent url(../images/icon-360.png) no-repeat;
    padding: 7px 0 7px 46px;
    margin-left: 30px;
    font-family:"proxima-nova",Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #0077ff;
    outline: none;
}
object, embed {
  outline: 0;
}
.active-tag-filter{
    background: transparent url(../images/icon-remove.png) right 1px no-repeat;
    padding-right:15px;
    margin-left:2px;
}
.product-hotspot {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    /*margin: -6px;*/
    background: url(../images/product-circle.png) top left no-repeat;
}
/*.product-hotspot.hovered { background-position: 0 -30px; }*/
.product-tooltip {
    position: absolute;
    display: block;
    z-index: 2;
    margin: 8px 0 0 -24px;
    padding: 14px 0 0;
    background: url(../images/bg-product-tooltip-arrow.png) left top no-repeat;
    cursor:pointer;
}
.product-tooltip h3 {
    color: #fff;
}
.product-tooltip .txt {
    display: block;
    color: #fff;
    background: #0077ff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 16px;
    width: 216px;
    cursor:default;
}
.tooltip {
    position: absolute;
    display: block;
    z-index: 2;
    margin: 0 0 0 -30px;
    padding: 14px 0 0;
    background: url(../images/bg-product-tooltip-arrow.png) left top no-repeat;
    top: 12px;
    left: 6px;
    display: none;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    text-transform:none;
}
.tooltip .txt{
    display: block;
    color: #fff;
    background: #0077ff;
    padding: 16px;
    width: 216px;
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.36); -moz-box-shadow: 0 3px 2px rgba(0,0,0,0.36); box-shadow: 0 3px 2px rgba(0,0,0,0.36);
}
.tooltip h3 {
    color: #fff;
    letter-spacing:0;
}
.tooltip-icon{
    display: inline-block;
    height: 12px;
    width: 12px;
    background: url(../images/icon-questionmark.png) top left no-repeat;
    position: relative;
    right: auto;
    top: auto;
  left:auto;
  margin-left:5px;
}
.tooltip-icon:hover .tooltip{
    display: block;
}

.tab .tooltip-icon{
  position:absolute;
  top:12px;
  right:6px;
}
/* Image Cycler */
.cycler{
    position: relative;
    min-height: 177px;
    margin-bottom:20px;
}
.cycler img{
    position: absolute;
    top: 0;
    left: 0;
}

/**** plugins ****/

/** select **/
.left-rail .selectBox-dropdown{
    width:150px;
}
/* Dropdown control */
.selectBox-dropdown {
    width: 210px;
    padding-right: 40px;
    position: relative;
    border: solid 1px #a6adb2;
    text-decoration: none;
    display: inline-block;
    color: #5c5e60;
    font: bold 14px "proxima-nova",sans-serif;
    margin-bottom: 10px;
    line-height: 24px;
    cursor: pointer;
}

.selectBox-dropdown .selectBox-label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0 10px 15px;
    color: #5c5e60;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    background: #a6adb2;
    width: 44px;
}

.selectBox-dropdown .selectBox-arrow:after {
    font-family: 'zebra-icons-141';
    content: "\e607";
    font-size: 12px;
    position: absolute;
    top: 13px;
    right: 14px;
    color: #fff;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    border: solid 1px #bbb;
    background: #fff;
    overflow: auto;
}

/* added to allow overflow of extra wide options */
.selectBox-dropdown-menu.selectBox-options{
    overflow-x: hidden !important;
}
.selectBox-dropdown-menu.selectBox-options li a{
    padding-right: 20px;
}


/* Inline control */
.selectBox-inline {
    width: 250px;
    outline: none;
    border: solid 1px #BBB;
    background: #fff;
    display: inline-block;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options li a {
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    color: #5c5e60;
    font: 14px/44px "proxima-nova",Arial,Helvetica,sans-serif;
    padding: 0 0 0 15px;
}

.selectBox-options .selectBox-hover a {
    background: #a6adb2;
    color: #fff;
}

.selectBox-options .selectBox-disabled a {
    color: #888;
    background: transparent;
}

.selectBox-options .selectBox-selected a {
    background: #0077FF;
    color: #fff;
    font-weight: bold;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #eee;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
    color: #ccc !important;
    border-color:#ccc;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    alpha(opacity=50);
    border-color: #666;
    background:#e2e2e2;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

/* Select different sized classes */
.selectBox-dropdown.find-product { width:240px; }
.selectBox-dropdown.year { width:70px; margin:0 0 0 5px; vertical-align: middle }
.selectBox-dropdown.language { width:100px; margin:0 0 0 5px; }
.selectBox-dropdown.region { width:120px; margin:0 0 0 5px; }
.selectBox-dropdown.find-an-accessory { width:140px; }
.selectBox-dropdown.printer-select { width:160px; }
.selectBox-dropdown.home-find-support { width:160px; }
.selectBox-dropdown.select-language {
    width:160px;
    width:160px;
    margin-left:20px;
}
._75_25_-c1 .selectBox-dropdown{ width:160px; }

.nav .selectBox-dropdown {
    width:170px;
    box-shadow:0 0 0;
    border:0;
}
.nav .selectBox-dropdown .selectBox-arrow {
    background:#fdb730 url(../images/bg-select-box-arrow-yellow.png) no-repeat 50% 50%;
}
.nav .selectBox-dropdown .selectBox-label {
    padding: 3px 3px 3px 15px;
}
.home-highlighted-cols .selectBox-dropdown {
    width:160px;
    box-shadow:0 0 0;
}
.selectBox-dropdown.right-rail-partner {
    width:130px;
}
.purchase-date-select{
    width:100px;
}
/**^select^**/

/***Tabs***/
/** Customize look and feel **/
.tab{
    background: #A6ADB2;
    padding: 10px 20px;
    text-align: center;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    border-bottom: 3px solid #A6ADB2;
}
.tab:last-child {
    margin-right: -1px;
}
.tab:hover {
    color:#000;
    background: #fff;
    border-bottom: 3px solid #e5e8e8;
}
.tab.active{
    background: #e5e8e8;
    border-bottom: 3px solid #fee000;
    font-weight: 700;
}
.tab.active:hover {
    color:#000;
    background: #fff;
}
.tabs.multiline .tab { line-height: 13px; }
.tabs.multiline .tab.active { }
.tab-content{
    border: solid 1px #e5e8e8;
    background:#fff;
}
/*.tab-left-corner, .tab-right-corner { position: absolute; display: block; top: 0; width: 6px; height: 6px; }
.active .tab-left-corner, .active .tab-right-corner { width: 4px; height: 3px; top: -1px; }
.tab-left-corner { background: url(../images/bg-tab-leftcorner-yellow.png) no-repeat; left: -1px; }
.active .tab-left-corner { background-image: url(../images/bg-tab-leftcorner-gray.png); }
.tab-right-corner { background: url(../images/bg-tab-rightcorner-yellow.png) no-repeat; right: -1px; }
.active .tab-right-corner { background-image: url(../images/bg-tab-rightcorner-gray.png); }*/

.tab-container {
    margin-top: 10px;

}
.tab-container .tab-container {
    margin-top: 0;
}

.tab-container .tab-container .tab {
    color: #000;
    /*background: #e5e8e8;
    Removing Grey Background for Tab control Component for Web-10289*/
    border-bottom: none;
    padding: 10px 20px 0 20px;
}
.tab-container .tab-container .tab:hover {
    background: #fff;
}
.tab-container .tab-container .tab.active {
    background: #fff;
    border-bottom: none;
}
.tab-container .tab-container .tab-content {
    border:none;
}
.tab-container .tab-container .tab-left-corner, .tab-container .tab-container .tab-right-corner { display: none; }

/* IE Fix from LDOLAN, need to zoom sub tabs to allow z-indexing */
.tab-container .tab-container .tab-content-container {
    zoom: 100%;
}
/** Tab Structure **/
.tabs{
    position: relative;
    z-index: 2;
    display: table;
  content: "";
  height: 24px;
    border-top: 1px solid #e5e8e8;
    border-left: 1px solid #e5e8e8;
    border-right: 1px solid #e5e8e8;
    margin-bottom: -1px;
}
.tab-container .tab-container .tabs {
    border-bottom: 1px solid #e5e8e8;
}
.tab{
    float: left;
}
.tab-contents{
    position: relative;
    z-index: 1;
}
.tab-content{
    display: none;
}
.tab-content.active{
    display: block;
}
/***^Tabs^***/


/*** List Grid Component ***/
  .component-list-grid{}
    /* Base widths*/
    .list-grid-item{
        border-top: 1px solid #e5e8e8;
        padding: 20px 0;
    }
    .list-grid-item:first-child{
        border-top: none;
    }
    .list-grid-item.first-visible-child{
      border-top: none;
      padding-top: 0;
    }
    .list-grid-item.last-visible-child{
      padding-bottom: 0;
    }
    .list-grid-txt{
        float: left;
        width: 100%;
    }
    .list-grid-uses{
        float: left;
    margin-left:-130px;
        width: 130px;
        font-size: 12px;
    }
  .list-grid-btn{
        float: left;
        position: relative;
    margin-left:-150px;
        width: 150px;
    }
  .list-grid-img{
        float: left;
        position: relative;
    margin-left:-100%;
    }

  .ie7 .consolidated-solution .list-grid-img, .ie7 .solution-detail-list .list-grid-img {
    position: static;
  }

  .set-imgLarge-txt-uses .list-grid-img{
        width: 174px;
    }
    .set-imgLarge-txt-uses .list-grid-txt-inner{
        margin-left:194px;
        margin-right:150px;
    }

    .set-img-txt-uses .list-grid-txt-inner{
        margin-left:145px;
        margin-right:212px;
    }
    .set-imgSmall-txt-uses .list-grid-img{
        width: 71px;
    }
    .set-imgSmall-txt-uses .list-grid-txt-inner{
        margin-left:81px;
        margin-right:150px;
    }

    .set-imgLarge-txt-btn .list-grid-img{
        width: 174px;
    }
    .set-imgLarge-txt-btn .list-grid-txt-inner{
        margin-left:194px;
        margin-right:170px;
    }

    .set-img-txt-btn .list-grid-img{
        width: 125px;
    }
    .set-img-txt-btn .list-grid-txt-inner{
        margin-left:145px;
        margin-right:170px;
    }
    .set-imgSmall-txt-btn .list-grid-img{
        width: 71px;
    }
    .set-imgSmall-txt-btn .list-grid-txt-inner{
        margin-left:81px;
        margin-right:170px;
    }

    .set-imgLarge-txt .list-grid-img{
        width: 174px;
    }
    .set-imgLarge-txt .list-grid-img img{
        width: 100%;
    }
    .set-imgLarge-txt .list-grid-txt-inner{
        margin-left:194px;
        margin-right:0;
    }
    .model .list-grid-item .list-grid-txt-inner{
        margin-left:160px;
        margin-right:204px;
    }

    .set-img-txt .list-grid-img{
        width: 125px;
    }
    .set-img-txt .list-grid-txt-inner{
        margin-left:145px;
        margin-right:0;
    }

    .set-imgSmall-txt .list-grid-img{
        width: 71px;
    }
    .set-imgSmall-txt .list-grid-txt-inner{
        margin-left:81px;
        margin-right:0;
    }
    .list-grid-uses h5{
        color: #a6adb2;
    }


/***^List Grid Component^***/


/*** Partner Slider ***/
/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0px; border: 1px solid #E5E5E5;
    border-radius: 4px 4px 0 0; border-bottom: 0;
}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flex-container{
    background: #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; overflow: hidden;padding-right: 2px;
}
.flexslider { zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* New Flexslider Carousel */
.slider-tabs {
    position:relative;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
    width: 100%;
}
.slider-tabs-container{
    overflow: hidden;
    margin: 0 25px;
    width: 640px;
    padding-left: 1px;
}
.slider-tabs ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
.slider-tabs li {
    float:left;
    display:block;
    text-align: center;
    border: 1px solid #fff;
    border-top: 3px solid #fff;
    border-right:1px solid #ccc;
    height:35px;
    line-height:40px;
    width:158px;
    overflow: hidden;
    padding: 10px 0;

}
.slider-tabs li:first-child {
    border-left:1px solid #fff;
}
.slider-tabs .left-arrow {
    position:absolute;
    left:3px;
    top:40%;
}
.slider-tabs .right-arrow {
    position:absolute;
    right:3px;
    top:40%;
}
.slider-tabs li.active{
    border: 1px solid #e3e3e3;
    margin: 0 0 0 -1px;
    border-top: 3px solid #ffcc33;
}
.slider-item{
     padding: 15px;
}
.slider-item h1{
    margin-top: 10px;
}
.slider-item .slide-logo{
    height: 40px;
}
.yt_video_link, .video_link {
  display:block;
  cursor: pointer;
}

.yt_video_link img, .video_link img {
  cursor:pointer;
}

.yt_reset_size{
  height: 0px!important;
  width: 0px!important;
}

.title-bold{
  font-size: 12px;
}

/* LS page rewrite */
.lsclearfix{
  *zoom:1;
}
.lsclearfix:before, .lsclearfix:after{
    content: "";
      display: table;
}
.lsclearfix:after{
  clear:both;
}
.three-columns{
  margin:5px 0px 48px;
}
ul.check-marks{
  list-style-type:none;
  padding:0;
  maring:0px;
}
.check-marks li{
  color:#5e5e5e;
  font-size:12px;
  font-family:"proxima-nova", Arial, sans-serif;
}
.check-marks li{
  padding-left:23px;
  background:url('../images/arrows.png') no-repeat;
  height:17px;
  margin:7px 0px;
}
.left-col, .mid-col, .right-col{
  float:left;
}
.left-col{
  margin-right:90px;
}
.mid-col{
  margin-right:105px;
}
.right-col{
  padding-top:40px;
}
.ls-carousel-wrapper{
  border-top: 1px solid #e5e8e8;
  border-left: 1px solid #e5e8e8;
  border-right: 1px solid #e5e8e8;
  background: #fff;
    width: 735px;
}
h2.slide-title{
  background: #e5e8e8;
  padding: 15px 10px;
  color: #5c5e60;
  width: 715px;
}
.ls-carousel .slide{
  min-height:355px;
    padding-bottom: 20px;
}
.ls-carousel .slide p:first-child{
  margin:15px 15px 22px 15px;
}
.ls-carousel .slide .left{
  float:left;
    margin:0px 0px 0px 15px;
  width: 30%;
    font-size: 12px;
}
.ls-carousel .slide .right{
  float:right;
}
.ls-carousel .slide .left ul{
  color:#5c5e60;
}
.ls-carousel .slide .left ul li{
  margin-bottom:10px;
  font-size:12px;
}
.ls-carousel .slide .left .blue-arrow:after {
    font-size: 10px;
}
.ls-carousel-nav .ls-pagination{
  width:735px;
  margin:0;
  border-left:#e5e8e8 solid 1px;
  border-right:#e5e8e8 solid 1px;
    border-bottom:#e5e8e8 solid 1px;
}

.ls-carousel-nav .ls-pagination div{
  width:115px;
  float:left;
  display:inline-block;
}
.ls-carousel-nav .ls-pagination div a{
  display:block;
  text-align:center;
  padding: 10px 0;
  text-transform:uppercase;
  word-wrap:break-word;
  font-size:11px;
    font-weight: 400;
}

.ls-carousel-nav .ls-pagination .last a{
}
.ls-carousel-nav .ls-pagination .middle{
    background: #a6adb2;
}
.ls-carousel-nav .ls-pagination .middle a{
    color: #000;
    border-top: 3px solid #a6adb2;
}
.ls-carousel-nav .ls-pagination .middle a:hover{
    color: #000;
    background: #fff;
    border-top: 3px solid #e5e8e8;
}
.ls-carousel-nav .ls-pagination .activeSlide{
  background: #e5e8e8;
}
.ls-carousel-nav .ls-pagination .activeSlide a{
  color:#000000;
    font-weight: 700;
    border-top: 3px solid #fee000;
}
.ls-carousel-nav .ls-pagination .activeSlide a:hover {
    color: #000;
    background: #fff;
}
.call-out-nfl .right{
  width:550px;
}
.call-out-nfl .right p{
  width:550px;
  line-height: 18px !important;
  font-size: 12px !important;
}
.call-out-nfl .left{
  float:left;
}
.call-out-nfl .right{
  float:none;
}
.check-marks {
  padding-left: 23px;
  background: url('../images/lszebra/arrows.png') no-repeat;
  height: 17px;
  margin: 7px 0px;
  list-style-type: none;
}
.consolidated-additional-detail {

}
.solution-expand, .solution-collapse {
  cursor: pointer;
}
.consol-solution-rel{
  float:right;
  width:180px;
}
.consol-solution-dets{
  float:left;
  width:500px;
}
.widget-container .widget-header.consolidated-solution-related {
    background: #a6adb2;
    color: #fff;
    font-size: 12px;
}
.consolidated-show-more, .consolidated-show-less {
    float:right;
    cursor:pointer;
    padding-right:20px;
    color: #0077ff;
    position: relative;
    font-weight: 600;
}
.consolidated-show-more:after {
    content: "\e607";
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 0px;
}
.consolidated-show-less:after {
    content: "\e61a";
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 0px;
}

.slide-outline{
    padding: 4px 4px 4px 4px;
}

/*LS page rewrite end*/
.video-item-outline {
  position: relative;
  width: 158px;
  margin: auto auto 5px 10px;
}

a.video-title:hover {
  opacity: 0.6;
}

a.video-title {
    color: #a6adb2;
    font-size: 10px;
    font-weight: 300;
    zoom: 1;
    line-height: 2.5;
}

.video-img {
  margin: 7px 30px;
  position: relative;
}

.video-thumbnail {
  position: absolute;
  z-index: 1;
}

.video-overlay {
  position: relative;
  top: 20%;
  left: 25%;
  z-index: 10;
}
#nomatch-partner{
  font-style: italic;
  font-weight:bold;
  margin-left: 10px;
}
.partner-placeholder{
  border-width: 1px;
  border-style: solid;
}
.highlight-livestatus{
  background-color: red;
}
div#partner-km, div#partner-miles {
  margin-left: 5px;
  display: inline;
}
div#partner-km label, div#partner-miles label{
  margin-left: 5px;
}
div.partner-prog li{
  padding: 2px;
}
#pin-col {
  width: 5%;
}
#company-col{
  width: 45%;
}
#distance-col {
  width: 5%;
}
#partner-col {
  width: 30%;
}
#contact-col {
  width: 15%;
}
li.no-partner-program {
  list-style-type: none;
  font-style: italic;
  margin: -5px;
}
.partner-profile-popup div.prog-logo-section{
  float: left;
  margin-left: -10px;
}
.partner-profile-popup p.partner-desc{
  clear: left;
  margin-top: 10px;
}
.partner-profile-popup img.prog-logo-img{
  width: 80px;
}
.embededplayer-container {
  margin:0px 0px 20px 0px;
}
.display-hide {
    display:none;
}
 .blue-button{
     background: #0077ff;
  color: white;
  font-size: 16px;
  font-weight: 600;
     padding: 10px 20px;
  border: 10px solid transparent;
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
     margin-left: -10px; /* offsets the border effect, remove if it messes things up */
}
.blue-button:hover {
    border: 10px solid rgba(0, 119, 255, 0.3);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
}
.blue-button a{
    text-decoration:none;
    color:white;
}

.homepage-normalbtn-order {
  /*z-index:100;*/
}
.btnHomePageMainStory {
  float:left;
  width:auto;
  position:relative;
  top:0;
  height:16px;
  padding:1px 30px 1px 14px;
  color:#ffffff;
  border-radius:15px;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  line-height:24px;
  min-height:28px;
  text-shadow:0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow:2px 3px 3px rgba(0, 0, 0, 0.3);
  background:#205388 url('../images/arrow-btn-white-1.png') no-repeat right 0;
  background-image:url(../images/arrow-btn-white-1.png), -webkit-linear-gradient(top, #447dc9, #194a7b);
  background-image:url(../images/arrow-btn-white-1.png), linear-gradient(#447dc9, #194a7b);
  background-repeat:no-repeat;
  background-position:right 0;
  cursor:pointer;
  min-width:150px;
}
.btnHomePageMainStory:hover, .btnHomePageMainStoryActive {
  position:relative;
  z-index:104;
  background:#174978 url('../images/arrow-btn-yellow-1.png') no-repeat right 0;
  background-image:url(../images/arrow-btn-yellow-1.png), -webkit-linear-gradient(top, #447dc9, #194a7b);
  background-image:url(../images/arrow-btn-yellow-1.png), linear-gradient(#447dc9, #194a7b);
  background-repeat:no-repeat; background-position:right 0;
  color:#ffffff;
}
.home-top-banner .blue-overlay .bringtop {
  z-index:103;
  cursor:pointer;
}
.home-top-banner .btnHomePageMainStory .bringbuttontop {
  z-index:104;
  cursor:pointer;
}
.div-height6 {
  height:6px;
}
.video-list-thumbnail {
  width: 100%;
  height: 100%;
}

.ie7 .video-list-thumbnail {
  width: 100%;
  z-index: -1;
  position: relative;
}
#searchByCompText {
   padding: 0 12px 0 21px;
}
#searchByComp {
  width: 300px;
  padding-left: 6px;
}
.find-partner-text {
  font-size: 14px;
  font-weight: bold;
  display : block;
  padding-bottom: 23px;
}
.pullquote {
  position: relative;
  padding: 5px 20px 0px 20px;
  background: #0077ff;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.36);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.36);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
  margin-left: 20px;
  margin-right: 8px;
}

.pullquote:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #0077ff;
  border-width: 16px;
  margin-top: -16px;
}

.pullquote p {
  line-height: 20px;
}

.pullquote b {
  font-size: 20px;
}

.pullquote i {
  font-size: 20px;
  font-style: normal;
}

.pullquote h5 {
  color: white;
  font-size: 14px;
  font-style: italic;
}
.anchormenu {
  display: block;
  width: 940px;
  margin: auto;
  font-size: 18px;
}
.anchormenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #FFCC33;
}
.anchormenu li {
  float: left;
  text-align: center;
}
.anchormenu a {
  display: block;
  color: black;
  padding: 10px 0;
  text-decoration: none;
}
.anchormenu a:hover {
  background: #0077ff;
  color: #fff;
}
.anchormenu a:active {
  text-decoration: underline;
}
.anchormenu select {
  display: none;
}
.anchormenu a.selectBox {
  display: none;
}
/* Fix to keep Rich Text Editor buttons visible in author mode. */
#CQ .x-html-editor-wrap .x-html-editor-tb .x-toolbar-cell {
    float:left;
    height: 22px;
}

form .form_field_text {
    background: #fff!important;
    width: 376px;
    font-size:17px;
    line-height: 38px;
    border: 1px solid #a6adb2;
}

.videoItem {
    margin-bottom: 15px;
}

/* boldchat */

.chat-container {
    position:relative;
    width: 200px;
    float: right;
    z-index:50;
    padding: 3px;
}

.chat-wrapper {
  margin-top: 30px;
  margin-left: 20px;
}

.chat-wrapper a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.chat-wrapper a:hover {
    opacity: 0.6;
}
/* keeping this in case we want it later
.chat-wrapper .chat-big {
  background: #fee000;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: 31px 0px 0px 0px;
  border: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.chat-wrapper .chat-big:hover {
  cursor: pointer;
  opacity: 0.6;
}
.chat-wrapper .chat-big div a {
    text-decoration: none;
    color: #000;
}
.chat-wrapper .chat-big div a div:after {
    background: url('../images/chat-icon.png') center right no-repeat;
    background-size: 25px;
    padding-right: 20px;
    content: "\00a0";
}

.ie8 .chat-wrapper .chat-big div a div:after {
    background: url('../images/chat-icon-1x.png') center right no-repeat;
}
*/

.bcFloat {
    display: none !important;
}

/* blog feed */

.blog-meta {
    font-size: 12px;
}

/* responsive nav styles that are redundant in the responsive template */

.breadcrumbs {
    -webkit-box-sizing: border-box;
      box-sizing: border-box;
  -moz-box-sizing: border-box;
}
nav ul, nav ol {
    padding: 0;
    margin:0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
    -webkit-box-sizing: border-box;
      box-sizing: border-box;
  -moz-box-sizing: border-box;
}

nav li {
    margin-bottom: 0;
        -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
    -webkit-box-sizing: border-box;
      box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.subnav-primary li .nav-secondary hr, .subnav-primary li .nav-tertiary hr, .subnav-primary li .nav-quaternary hr {
    margin-top: 0
}






/* Responsive Footer */

footer {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 1200px;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
.ie6 footer,
.ie7 footer {
  zoom: 1;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
.ie6 footer,
.ie7 footer {
  zoom: 1;
}
@media (max-width: 800px) {
  footer {
  border-top: solid 3px #e5e8e8;
  padding-top: 0px;
}

}
footer h3 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .left {
  padding: 0px 0px 0px 30px;
  float: left;
  width: 25%;
  margin-right: 0%;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  footer .left {
  padding: 10px 0px 10px 0px;
  width: 100%;
}

}
footer .left .about-links h4 {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
footer .left .about-links ul {
  list-style: none;
  line-height: 1.5;
  padding: 0;
  width: 100%;
}
footer .left .about-links ul li {
  line-height: 1.5;
}
footer .left .about-links ul a {
  color: #000000;
}
@media (max-width: 800px) {
  footer .left .about-links {
  width:100%;
  padding: 40px;
}
footer .left .about-links h4 {
  text-align: left;
}
footer .left .about-links li {
  width: 49%;
  display: inline-block;
  text-align: left;
}

}
@media (max-width: 700px) {
  footer .left .about-links h4 {
  font-size: 22px;
}
footer .left .about-links a {
  font-size: 16px;
}

}
@media (max-width: 580px) {
  footer .left .about-links li {
  display: block;
  width: 95%;
  padding: 0;
}
footer .left .about-links h4 {
  font-size: 26px;
}
footer .left .about-links a {
  font-size: 19px;
}

}
footer .center {
  text-align: center;
  float: left;
  width: 50%;
  margin-right: 0%;
}
@media (max-width: 800px) {
  footer .center {
  border-top: solid 3px #e5e8e8;
  padding: 40px 0;
  width: 100%;
}

}
footer .center .buttons {
  padding: 30px 20px 0;
}
footer .center .buttons .primary {
  display: inline-block;
}
@media (max-width: 1200px) {
  footer .center .buttons .primary {
  display: inline-block;
}

}
@media (max-width: 800px) {
  footer .center .buttons .primary {
  max-width: 47%;
}

}
@media (max-width: 700px) {
  footer .center .buttons .primary {
  width: 80%;
  max-width: none;
}

}
footer .center .global .map img {
  height: auto;
  max-width: 100%;
}
footer .right {
  float: left;
  width: 25%;
  margin-right: 0;
  float: right;
  padding: 0 0 0 20px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  footer .right {
  padding-top: 30px;
  border-top: solid 3px #e5e8e8;
  text-align: left;
  width: 100%;
}

}
footer .right .social {
  display: inline-block;
}
@media (max-width: 800px) {
  footer .right .social {
  padding: 0px 40px 30px 40px;
}

}
footer .right .social h3.label {
  color: #000000;
  text-transform: uppercase;
  text-align: left;
    font-size: 16px;
}
footer .right .social .social-buttons {
  padding: 0 0 10px 0;
}
footer .right .social .social-buttons li {
  display: block;
  cursor: pointer;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  footer .right .social .social-buttons li {
  margin-bottom: 15px;
  display: inline-block;
  width: 48%;
}

}
@media (max-width: 700px) {
  footer .right .social .social-buttons li {
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

}
footer .right .social .social-buttons li i {
  font-size: 30px;
  position: absolute;
  left: 0;
}
footer .right .social .social-buttons li i.icon-facebook {
  color: #3b5998;
}
footer .right .social .social-buttons li i.icon-twitter {
  color: #55acee;
}
footer .right .social .social-buttons li i.icon-linkedin {
  color: #0976b4;
}
footer .right .social .social-buttons li i.icon-youtube {
  color: #e52d27;
}
footer .right .social .social-buttons li i.icon-blog {
  color: #5d656b;
}
footer .right .social .social-buttons li .cta-02 {
  margin-left: 40px;
  text-align: left;
  text-transform: uppercase;
}
footer .right .social .social-buttons li .cta-02.facebook:hover {
  color: #3b5998;
}
footer .right .social .social-buttons li .cta-02.twitter:hover {
  color: #55acee;
}
footer .right .social .social-buttons li .cta-02.linkedin:hover {
  color: #0976b4;
}
footer .right .social .social-buttons li .cta-02.youtube:hover {
  color: #e52d27;
}
footer .right .social .social-buttons li .cta-02.blog:hover {
  color: #5d656b;
}
footer .right .social .social-wrapper {
  display: none;
  padding: 20px;
  border: 3px solid #e5e8e8;
}
footer .right .social .social-follow {
  padding: 20px;
}
footer .right .social .cta-02 {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin: 0;
  line-height: 2;
}
footer .right .social-follow {
  padding: 20px;
}
footer .right .social-follow .cta-02 {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin: 0;
  line-height: 2;
}
footer .copyright {
  width: 100%;
  margin-right: 0;
  clear: both;
  float: none;
  padding: 20px 0;
  text-align: center;
  font-size: inherit !important;
}
footer .copyright:before,
footer .copyright:after {
  content: "";
  display: table;
}
footer .copyright:after {
  clear: both;
}
.ie6 footer .copyright,
.ie7 footer .copyright {
  zoom: 1;
}
footer .copyright:before,
footer .copyright:after {
  content: "";
  display: table;
}
footer .copyright:after {
  clear: both;
}
.ie6 footer .copyright,
.ie7 footer .copyright {
  zoom: 1;
}
footer .copyright a {
  color: #a6adb2;
  text-align: center;
  border-right: 1px solid #a6adb2;
  padding: 0 10px 0 5px;
  font-weight: 500;
  letter-spacing: 1px;
}
footer .copyright a:last-child {
  border: none;
}

footer .subcopyright {
    font-size: 11px;
    text-align: left;
    padding: 30px 20px 10px 20px;
}

.buttons a,
.button a {
  text-decoration: none;
  padding: 10px 20px;
  outline: none;
  margin-right: 11px;
  display: inline-block;
}
.buttons .primary,
.button .primary {
  background: #fee100;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  border: 10px solid transparent;
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
}
.buttons .primary:hover,
.button .primary:hover {
  border: 10px solid rgba(255, 225, 0, 0.15);
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
}